2008-09-09 22:13:33 +08:00
|
|
|
if ARCH_MSM
|
2007-11-26 20:12:13 +08:00
|
|
|
|
2008-09-09 22:13:33 +08:00
|
|
|
comment "MSM Board Type"
|
|
|
|
depends on ARCH_MSM
|
2007-11-26 20:12:13 +08:00
|
|
|
|
2009-11-02 18:48:29 +08:00
|
|
|
config MSM_DEBUG_UART
|
|
|
|
int
|
|
|
|
default 1 if MSM_DEBUG_UART1
|
|
|
|
default 2 if MSM_DEBUG_UART2
|
|
|
|
default 3 if MSM_DEBUG_UART3
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Debug UART"
|
|
|
|
|
|
|
|
default MSM_DEBUG_UART_NONE
|
|
|
|
|
|
|
|
config MSM_DEBUG_UART_NONE
|
|
|
|
bool "None"
|
|
|
|
|
|
|
|
config MSM_DEBUG_UART1
|
|
|
|
bool "UART1"
|
|
|
|
|
|
|
|
config MSM_DEBUG_UART2
|
|
|
|
bool "UART2"
|
|
|
|
|
|
|
|
config MSM_DEBUG_UART3
|
|
|
|
bool "UART3"
|
|
|
|
endchoice
|
|
|
|
|
2007-11-26 20:12:13 +08:00
|
|
|
config MACH_HALIBUT
|
2008-09-09 22:13:33 +08:00
|
|
|
depends on ARCH_MSM
|
2010-01-02 07:11:43 +08:00
|
|
|
select CPU_V6
|
2007-11-26 20:12:13 +08:00
|
|
|
default y
|
2008-09-09 22:13:33 +08:00
|
|
|
bool "Halibut Board (QCT SURF7201A)"
|
2007-11-26 20:12:13 +08:00
|
|
|
help
|
2008-09-09 22:13:33 +08:00
|
|
|
Support for the Qualcomm SURF7201A eval board.
|
2007-11-26 20:12:13 +08:00
|
|
|
|
2009-11-19 02:18:24 +08:00
|
|
|
config MACH_TROUT
|
2010-01-02 07:11:43 +08:00
|
|
|
select CPU_V6
|
2009-11-19 02:18:24 +08:00
|
|
|
default y
|
|
|
|
bool "HTC Dream (aka trout)"
|
|
|
|
help
|
|
|
|
Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
|
|
|
|
|
2008-09-30 07:00:48 +08:00
|
|
|
config MSM_SMD
|
|
|
|
default y
|
|
|
|
bool "MSM Shared Memory Driver (SMD)"
|
|
|
|
help
|
|
|
|
Support for the shared memory interface between the apps
|
|
|
|
processor and the baseband processor. Provides access to
|
|
|
|
the "shared heap", as well as virtual serial channels
|
|
|
|
used to communicate with various services on the baseband
|
|
|
|
processor.
|
|
|
|
|
2007-11-26 20:12:13 +08:00
|
|
|
endif
|