Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 1 | if ARCH_MSM |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 2 | |
Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 3 | comment "MSM Board Type" |
| 4 | depends on ARCH_MSM |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 5 | |
Pavel Machek | 6339f66 | 2009-11-02 11:48:29 +0100 | [diff] [blame] | 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 |
| 11 | |
| 12 | choice |
| 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" |
| 28 | endchoice |
| 29 | |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 30 | config MACH_HALIBUT |
Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 31 | depends on ARCH_MSM |
Daniel Walker | 4b53eb4 | 2010-01-01 15:11:43 -0800 | [diff] [blame] | 32 | select CPU_V6 |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 33 | default y |
Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 34 | bool "Halibut Board (QCT SURF7201A)" |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 35 | help |
Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 36 | Support for the Qualcomm SURF7201A eval board. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 37 | |
Pavel Machek | 348ee12 | 2009-11-18 19:18:24 +0100 | [diff] [blame] | 38 | config MACH_TROUT |
Daniel Walker | 4b53eb4 | 2010-01-01 15:11:43 -0800 | [diff] [blame] | 39 | select CPU_V6 |
Pavel Machek | 348ee12 | 2009-11-18 19:18:24 +0100 | [diff] [blame] | 40 | default y |
| 41 | bool "HTC Dream (aka trout)" |
| 42 | help |
| 43 | Support for the HTC Dream, T-Mobile G1, Android ADP1 devices. |
| 44 | |
Brian Swetland | 2eb44eb | 2008-09-29 16:00:48 -0700 | [diff] [blame^] | 45 | config MSM_SMD |
| 46 | default y |
| 47 | bool "MSM Shared Memory Driver (SMD)" |
| 48 | help |
| 49 | Support for the shared memory interface between the apps |
| 50 | processor and the baseband processor. Provides access to |
| 51 | the "shared heap", as well as virtual serial channels |
| 52 | used to communicate with various services on the baseband |
| 53 | processor. |
| 54 | |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 55 | endif |