diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-12 17:54:50 +0900 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-21 15:16:46 +0900 |
commit | 765278b7d5e7d0f55b5060716ad45991be5cceb5 (patch) | |
tree | bccc9a4536d3757d4bff5b1c3f8a531fa7df9d9f /arch/m68k | |
parent | eb04eb268d337db274bb675f31f690ba3ae5a346 (diff) | |
download | linux-765278b7d5e7d0f55b5060716ad45991be5cceb5.tar.gz linux-765278b7d5e7d0f55b5060716ad45991be5cceb5.tar.bz2 linux-765278b7d5e7d0f55b5060716ad45991be5cceb5.zip |
m68k: coldfire: use gpiolib
Force use of gpiolib for Coldfire, as a step towards the deprecation of
GENERIC_GPIO.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index b1cfff832fb5..d266787725b4 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -22,8 +22,7 @@ config M68KCLASSIC config COLDFIRE bool "Coldfire CPU family support" - select GENERIC_GPIO - select ARCH_WANT_OPTIONAL_GPIOLIB + select ARCH_REQUIRE_GPIOLIB select ARCH_HAVE_CUSTOM_GPIO_H select CPU_HAS_NO_BITFIELDS select CPU_HAS_NO_MULDIV64 |