blob: b983d786177e75b9d6e7ebd505375ac369fddc8f [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
Gregory Beanf9f3d312010-04-30 22:06:50 -070019config MSM_VIC
20 bool
Daniel Walkerbf83de42010-03-16 16:29:44 -070021
Brian Swetland1637de02008-09-09 07:13:33 -070022comment "MSM Board Type"
23 depends on ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -080024
Pavel Machek6339f662009-11-02 11:48:29 +010025config MSM_DEBUG_UART
26 int
27 default 1 if MSM_DEBUG_UART1
28 default 2 if MSM_DEBUG_UART2
29 default 3 if MSM_DEBUG_UART3
30
31choice
32 prompt "Debug UART"
33
34 default MSM_DEBUG_UART_NONE
35
36 config MSM_DEBUG_UART_NONE
37 bool "None"
38
39 config MSM_DEBUG_UART1
40 bool "UART1"
41
42 config MSM_DEBUG_UART2
43 bool "UART2"
44
45 config MSM_DEBUG_UART3
46 bool "UART3"
47endchoice
48
Brian Swetland9e73c842007-11-26 04:12:13 -080049config MACH_HALIBUT
Daniel Walkerbf83de42010-03-16 16:29:44 -070050 depends on ARCH_MSM7X00A
Brian Swetland9e73c842007-11-26 04:12:13 -080051 default y
Brian Swetland1637de02008-09-09 07:13:33 -070052 bool "Halibut Board (QCT SURF7201A)"
Brian Swetland9e73c842007-11-26 04:12:13 -080053 help
Brian Swetland1637de02008-09-09 07:13:33 -070054 Support for the Qualcomm SURF7201A eval board.
Brian Swetland9e73c842007-11-26 04:12:13 -080055
Pavel Machek348ee122009-11-18 19:18:24 +010056config MACH_TROUT
Daniel Walkerbf83de42010-03-16 16:29:44 -070057 depends on ARCH_MSM7X00A
Pavel Machek348ee122009-11-18 19:18:24 +010058 default y
59 bool "HTC Dream (aka trout)"
60 help
61 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
62
Daniel Walkerbf83de42010-03-16 16:29:44 -070063config MSM_SMD_PKG3
64 bool
65
Brian Swetland2eb44eb2008-09-29 16:00:48 -070066config MSM_SMD
Daniel Walker3a9f3462010-04-22 14:16:46 -070067 bool
Brian Swetland2eb44eb2008-09-29 16:00:48 -070068
Brian Swetland9e73c842007-11-26 04:12:13 -080069endif