blob: b9fd5c528e5b35743e60087f5cd104b12d00a4d4 [file] [log] [blame]
Brian Swetland1637de02008-09-09 07:13:33 -07001if ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -08002
Brian Swetland1637de02008-09-09 07:13:33 -07003comment "MSM Board Type"
4 depends on ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -08005
Pavel Machek6339f662009-11-02 11:48:29 +01006config 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
Brian Swetland9e73c842007-11-26 04:12:13 -080030config MACH_HALIBUT
Brian Swetland1637de02008-09-09 07:13:33 -070031 depends on ARCH_MSM
Daniel Walker4b53eb42010-01-01 15:11:43 -080032 select CPU_V6
Brian Swetland9e73c842007-11-26 04:12:13 -080033 default y
Brian Swetland1637de02008-09-09 07:13:33 -070034 bool "Halibut Board (QCT SURF7201A)"
Brian Swetland9e73c842007-11-26 04:12:13 -080035 help
Brian Swetland1637de02008-09-09 07:13:33 -070036 Support for the Qualcomm SURF7201A eval board.
Brian Swetland9e73c842007-11-26 04:12:13 -080037
Pavel Machek348ee122009-11-18 19:18:24 +010038config MACH_TROUT
Daniel Walker4b53eb42010-01-01 15:11:43 -080039 select CPU_V6
Pavel Machek348ee122009-11-18 19:18:24 +010040 default y
41 bool "HTC Dream (aka trout)"
42 help
43 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
44
Brian Swetland9e73c842007-11-26 04:12:13 -080045endif