9e73c84c89
Add support for the Qualcomm MSM7200A eval board. Common devices are defined in common.c, to avoid excessive cut'n'pasting them into other board files. Signed-off-by: Brian Swetland <swetland@google.com>
18 lines
326 B
Text
18 lines
326 B
Text
if ARCH_MSM7X00A
|
|
|
|
comment "MSM7X00A Board Type"
|
|
depends on ARCH_MSM7X00A
|
|
|
|
config MACH_HALIBUT
|
|
depends on ARCH_MSM7X00A
|
|
default y
|
|
bool "Halibut Board (QCT SURF7200A)"
|
|
help
|
|
Support for the Qualcomm SURF7200A eval board.
|
|
|
|
config MSM7X00A_IDLE
|
|
depends on ARCH_MSM7X00A
|
|
default y
|
|
bool "Idle Support for MSM7X00A"
|
|
|
|
endif
|