diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-18 19:25:47 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-18 19:25:47 +0400 |
commit | a65b5f4ccda42f416b7edf2c83ef9ccd5a8a181d (patch) | |
tree | ff2025ad147593b78b6b93b13727021a8ccc6a56 /arch/arm/mach-shmobile | |
parent | 9ad2a24f370159c350e9ec5dd3b91a1f3d76234e (diff) | |
parent | 4b8b5f25b7485eaf60a40f68451b3b7b741eef59 (diff) | |
download | linux-a65b5f4ccda42f416b7edf2c83ef9ccd5a8a181d.tar.xz |
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-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 05fa505df585..8a685edf3bbc 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -5,18 +5,13 @@ config ARCH_SHMOBILE_MULTI bool "Renesas ARM SoCs" if ARCH_MULTI_V7 depends on MMU select ARCH_SHMOBILE - select CPU_V7 - select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP - select HAVE_SMP select ARM_GIC - select MIGHT_HAVE_CACHE_L2X0 select MIGHT_HAVE_PCI select NO_IOPORT select PINCTRL select ARCH_REQUIRE_GPIOLIB - select CLKDEV_LOOKUP if ARCH_SHMOBILE_MULTI |