diff options
author | Olof Johansson <olof@lixom.net> | 2014-11-04 14:31:14 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-11-04 14:31:14 -0800 |
commit | a49467ce0e6f57529bea6cc508158970b94ad70e (patch) | |
tree | 134ac6ec8c9061f89de9541da69f1ce174880821 | |
parent | a0220e12a7a25d247e32a2ad44d68b7cdc5623a7 (diff) | |
parent | 383d3f3e979bfbace3101dacb21387806b44e847 (diff) |
Merge tag 'renesas-kconfig-cleanups-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
Renesas ARM Based SoC Kconfig Cleanups for v3.19
* Remove reference to ARCH_HAS_OPP, it has been removed
* tag 'renesas-kconfig-cleanups-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: Remove ARCH_HAS_OPP completely
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 21f457b56c01..f59019dd986e 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -36,7 +36,6 @@ menuconfig ARCH_SHMOBILE_MULTI select NO_IOPORT_MAP select PINCTRL select ARCH_REQUIRE_GPIOLIB - select ARCH_HAS_OPP if ARCH_SHMOBILE_MULTI |