davinci: enable ARCH_HAS_HOLES_MEMORYMODEL for DaVinci
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-msm / Kconfig
blobf780086befd78697d16da2654758270dd75bd1d6
1 if ARCH_MSM
3 comment "MSM Board Type"
4         depends on ARCH_MSM
6 config MSM_DEBUG_UART
7         int
8         default 1 if MSM_DEBUG_UART1
9         default 2 if MSM_DEBUG_UART2
10         default 3 if MSM_DEBUG_UART3
12 choice
13         prompt "Debug UART"
15         default MSM_DEBUG_UART_NONE
17         config MSM_DEBUG_UART_NONE
18                 bool "None"
20         config MSM_DEBUG_UART1
21                 bool "UART1"
23         config MSM_DEBUG_UART2
24                 bool "UART2"
26         config MSM_DEBUG_UART3
27                 bool "UART3"
28 endchoice
30 config MACH_HALIBUT
31         depends on ARCH_MSM
32         default y
33         bool "Halibut Board (QCT SURF7201A)"
34         help
35           Support for the Qualcomm SURF7201A eval board.
37 config MACH_TROUT
38         default y
39         bool "HTC Dream (aka trout)"
40         help
41           Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
43 endif