Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion...
[deliverable/linux.git] / arch / arm / mach-msm / Kconfig
CommitLineData
1637de0c 1if ARCH_MSM
9e73c84c 2
1637de0c
BS
3comment "MSM Board Type"
4 depends on ARCH_MSM
9e73c84c 5
6339f669
PM
6config 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
11
12choice
13 prompt "Debug UART"
14
15 default MSM_DEBUG_UART_NONE
16
17 config MSM_DEBUG_UART_NONE
18 bool "None"
19
20 config MSM_DEBUG_UART1
21 bool "UART1"
22
23 config MSM_DEBUG_UART2
24 bool "UART2"
25
26 config MSM_DEBUG_UART3
27 bool "UART3"
28endchoice
29
9e73c84c 30config MACH_HALIBUT
1637de0c 31 depends on ARCH_MSM
4b53eb4f 32 select CPU_V6
9e73c84c 33 default y
1637de0c 34 bool "Halibut Board (QCT SURF7201A)"
9e73c84c 35 help
1637de0c 36 Support for the Qualcomm SURF7201A eval board.
9e73c84c 37
348ee123 38config MACH_TROUT
4b53eb4f 39 select CPU_V6
348ee123
PM
40 default y
41 bool "HTC Dream (aka trout)"
42 help
43 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
44
9e73c84c 45endif
This page took 0.220092 seconds and 5 git commands to generate.