-
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: vt8500: Remove single platform Kconfig options
Single-platform Kconfig options are removed, making arch-vt8500 multiplatform only. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
- Loading branch information
Tony Prisk
committed
Jan 12, 2013
1 parent
d1c3ed6
commit 859601e
Showing
2 changed files
with
8 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
config ARCH_VT8500 | ||
bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5 | ||
default ARCH_VT8500_SINGLE | ||
bool | ||
select ARCH_HAS_CPUFREQ | ||
select ARCH_REQUIRE_GPIOLIB | ||
select CLKDEV_LOOKUP | ||
select CPU_ARM926T | ||
select GENERIC_CLOCKEVENTS | ||
select GENERIC_GPIO | ||
select HAVE_CLK | ||
help | ||
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | ||
|
||
config ARCH_WM8505 | ||
bool "VIA/Wondermedia 85xx and WM8650" | ||
depends on ARCH_MULTI_V5 | ||
select ARCH_VT8500 | ||
select CPU_ARM926T | ||
help |