blob: 69cc693aa51e83a824c55dc98b53c9ac30fc0b75 [file] [log] [blame]
Brian Swetland1637de02008-09-09 07:13:33 -07001if ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -08002
Daniel Walkerbf83de42010-03-16 16:29:44 -07003choice
4 prompt "Qualcomm MSM SoC Type"
5 default ARCH_MSM7X00A
6
7config ARCH_MSM7X00A
8 bool "MSM7x00A / MSM7x01A"
9 select ARCH_MSM_ARM11
Daniel Walker3a9f3462010-04-22 14:16:46 -070010 select MSM_SMD
Daniel Walkerbf83de42010-03-16 16:29:44 -070011 select MSM_SMD_PKG3
12 select CPU_V6
13
14endchoice
15
16config ARCH_MSM_ARM11
17 bool
18
19
Brian Swetland1637de02008-09-09 07:13:33 -070020comment "MSM Board Type"
21 depends on ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -080022
Pavel Machek6339f6692009-11-02 11:48:29 +010023config MSM_DEBUG_UART
24 int
25 default 1 if MSM_DEBUG_UART1
26 default 2 if MSM_DEBUG_UART2
27 default 3 if MSM_DEBUG_UART3
28
29choice
30 prompt "Debug UART"
31
32 default MSM_DEBUG_UART_NONE
33
34 config MSM_DEBUG_UART_NONE
35 bool "None"
36
37 config MSM_DEBUG_UART1
38 bool "UART1"
39
40 config MSM_DEBUG_UART2
41 bool "UART2"
42
43 config MSM_DEBUG_UART3
44 bool "UART3"
45endchoice
46
Brian Swetland9e73c842007-11-26 04:12:13 -080047config MACH_HALIBUT
Daniel Walkerbf83de42010-03-16 16:29:44 -070048 depends on ARCH_MSM7X00A
Brian Swetland9e73c842007-11-26 04:12:13 -080049 default y
Brian Swetland1637de02008-09-09 07:13:33 -070050 bool "Halibut Board (QCT SURF7201A)"
Brian Swetland9e73c842007-11-26 04:12:13 -080051 help
Brian Swetland1637de02008-09-09 07:13:33 -070052 Support for the Qualcomm SURF7201A eval board.
Brian Swetland9e73c842007-11-26 04:12:13 -080053
Pavel Machek348ee122009-11-18 19:18:24 +010054config MACH_TROUT
Daniel Walkerbf83de42010-03-16 16:29:44 -070055 depends on ARCH_MSM7X00A
Pavel Machek348ee122009-11-18 19:18:24 +010056 default y
57 bool "HTC Dream (aka trout)"
58 help
59 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
60
Daniel Walkerbf83de42010-03-16 16:29:44 -070061config MSM_SMD_PKG3
62 bool
63
Brian Swetland2eb44eb2008-09-29 16:00:48 -070064config MSM_SMD
Daniel Walker3a9f3462010-04-22 14:16:46 -070065 bool
Brian Swetland2eb44eb2008-09-29 16:00:48 -070066
Brian Swetland9e73c842007-11-26 04:12:13 -080067endif