mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
1637de0c9b
The MSM architecture covers a wider family of chips than just the MSM7X00A. Move to a more generic name, in perparation for supporting the specific SoC variants as sub-architectures (ARCH_MSM7X01A, ARCH_MSM722X, etc). This gives us ARCH_MSM for the (many) common peripherals. This also removes the unused/obsolete config item MSM7X00A_IDLE. Signed-off-by: Brian Swetland <swetland@google.com>
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
if ARCH_MSM
|
|
|
|
comment "MSM Board Type"
|
|
depends on ARCH_MSM
|
|
|
|
config MACH_HALIBUT
|
|
depends on ARCH_MSM
|
|
default y
|
|
bool "Halibut Board (QCT SURF7201A)"
|
|
help
|
|
Support for the Qualcomm SURF7201A eval board.
|
|
|
|
endif
|