mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
d1c3ed669a
commit
859601e045
2 changed files with 8 additions and 19 deletions
|
@ -950,22 +950,6 @@ config ARCH_OMAP
|
||||||
help
|
help
|
||||||
Support for TI's OMAP platform (OMAP1/2/3/4).
|
Support for TI's OMAP platform (OMAP1/2/3/4).
|
||||||
|
|
||||||
config ARCH_VT8500_SINGLE
|
|
||||||
bool "VIA/WonderMedia 85xx"
|
|
||||||
select ARCH_HAS_CPUFREQ
|
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
|
||||||
select CLKDEV_LOOKUP
|
|
||||||
select COMMON_CLK
|
|
||||||
select CPU_ARM926T
|
|
||||||
select GENERIC_CLOCKEVENTS
|
|
||||||
select GENERIC_GPIO
|
|
||||||
select HAVE_CLK
|
|
||||||
select MULTI_IRQ_HANDLER
|
|
||||||
select SPARSE_IRQ
|
|
||||||
select USE_OF
|
|
||||||
help
|
|
||||||
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
menu "Multiple platform selection"
|
menu "Multiple platform selection"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
config ARCH_VT8500
|
config ARCH_VT8500
|
||||||
bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5
|
bool
|
||||||
default ARCH_VT8500_SINGLE
|
|
||||||
select ARCH_HAS_CPUFREQ
|
select ARCH_HAS_CPUFREQ
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select CLKDEV_LOOKUP
|
select CLKDEV_LOOKUP
|
||||||
select CPU_ARM926T
|
|
||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select GENERIC_GPIO
|
select GENERIC_GPIO
|
||||||
select HAVE_CLK
|
select HAVE_CLK
|
||||||
help
|
help
|
||||||
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue