diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-04-06 22:51:56 +0200 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-04-18 21:42:05 +0200 |
commit | 4f3e79b36d7fdbc3315efe5612a01800931fa25d (patch) | |
tree | 83f77c9422fe7720c2e3387be7a058c25d945974 /drivers/gpio/Kconfig | |
parent | d3bf3dc4bbbf6109bd9b4bd60089d36205ec4a37 (diff) | |
download | linux-4f3e79b36d7fdbc3315efe5612a01800931fa25d.tar.gz |
gpio: ixp4xx: Detect special machines by compatible
There are some special clock amendments for two machines
formerly detected by their machine_is() boardfile macro.
They are now migrated to device tree so use
of_machine_is_compatible() instead.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 45764ec3b2eb..075a5d0feef7 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -353,7 +353,6 @@ config GPIO_IOP config GPIO_IXP4XX bool "Intel IXP4xx GPIO" - depends on ARM # For <asm/mach-types.h> depends on ARCH_IXP4XX select GPIO_GENERIC select GPIOLIB_IRQCHIP |