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>
This commit is contained in:
parent
eb04eb268d
commit
765278b7d5
arch/m68k
|
@ -22,8 +22,7 @@ config M68KCLASSIC
|
||||||
|
|
||||||
config COLDFIRE
|
config COLDFIRE
|
||||||
bool "Coldfire CPU family support"
|
bool "Coldfire CPU family support"
|
||||||
select GENERIC_GPIO
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
||||||
select ARCH_HAVE_CUSTOM_GPIO_H
|
select ARCH_HAVE_CUSTOM_GPIO_H
|
||||||
select CPU_HAS_NO_BITFIELDS
|
select CPU_HAS_NO_BITFIELDS
|
||||||
select CPU_HAS_NO_MULDIV64
|
select CPU_HAS_NO_MULDIV64
|
||||||
|
|
Loading…
Reference in New Issue