-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] msm: rename ARCH_MSM7X00A to ARCH_MSM
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>
- Loading branch information
Brian Swetland
committed
Oct 22, 2008
1 parent
2515ddc
commit 1637de0
Showing
5 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
if ARCH_MSM7X00A | ||
if ARCH_MSM | ||
|
||
comment "MSM7X00A Board Type" | ||
depends on ARCH_MSM7X00A | ||
comment "MSM Board Type" | ||
depends on ARCH_MSM | ||
|
||
config MACH_HALIBUT | ||
depends on ARCH_MSM7X00A | ||
depends on ARCH_MSM | ||
default y | ||
bool "Halibut Board (QCT SURF7200A)" | ||
bool "Halibut Board (QCT SURF7201A)" | ||
help | ||
Support for the Qualcomm SURF7200A eval board. | ||
|
||
config MSM7X00A_IDLE | ||
depends on ARCH_MSM7X00A | ||
default y | ||
bool "Idle Support for MSM7X00A" | ||
Support for the Qualcomm SURF7201A eval board. | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters