2008-09-09 14:13:33 +00:00
|
|
|
if ARCH_MSM
|
2007-11-26 12:12:13 +00:00
|
|
|
|
2008-09-09 14:13:33 +00:00
|
|
|
comment "MSM Board Type"
|
|
|
|
depends on ARCH_MSM
|
2007-11-26 12:12:13 +00:00
|
|
|
|
2009-11-02 10:48:29 +00: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 12:12:13 +00:00
|
|
|
config MACH_HALIBUT
|
2008-09-09 14:13:33 +00:00
|
|
|
depends on ARCH_MSM
|
2007-11-26 12:12:13 +00:00
|
|
|
default y
|
2008-09-09 14:13:33 +00:00
|
|
|
bool "Halibut Board (QCT SURF7201A)"
|
2007-11-26 12:12:13 +00:00
|
|
|
help
|
2008-09-09 14:13:33 +00:00
|
|
|
Support for the Qualcomm SURF7201A eval board.
|
2007-11-26 12:12:13 +00:00
|
|
|
|
|
|
|
endif
|