diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-18 16:25:47 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-18 16:25:47 +0100 |
commit | a65b5f4ccda42f416b7edf2c83ef9ccd5a8a181d (patch) | |
tree | ff2025ad147593b78b6b93b13727021a8ccc6a56 /arch/arm/mach-vt8500/Kconfig | |
parent | Merge tag 'sti-reset-for-v3.15' of git://git.stlinux.com/devel/kernel/linux-s... (diff) | |
parent | ARM: virt: select ARM_AMBA (diff) | |
download | linux-a65b5f4ccda42f416b7edf2c83ef9ccd5a8a181d.tar.xz linux-a65b5f4ccda42f416b7edf2c83ef9ccd5a8a181d.zip |
Merge branch 'cleanup/kconfig' into next/drivers
This resolves a conflict between the new sti reset
controller driver and the Kconfig cleanup.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-vt8500/Kconfig')
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index 927be93b692e..08f56a41cb55 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig @@ -3,8 +3,6 @@ config ARCH_VT8500 select ARCH_HAS_CPUFREQ select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP - select CLKSRC_OF - select GENERIC_CLOCKEVENTS select VT8500_TIMER select PINCTRL help @@ -21,7 +19,6 @@ config ARCH_WM8750 bool "WonderMedia WM8750" depends on ARCH_MULTI_V6 select ARCH_VT8500 - select CPU_V6 help Support for WonderMedia WM8750 System-on-Chip. @@ -29,6 +26,5 @@ config ARCH_WM8850 bool "WonderMedia WM8850" depends on ARCH_MULTI_V7 select ARCH_VT8500 - select CPU_V7 help Support for WonderMedia WM8850 System-on-Chip. |