diff options
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d9ffb6dfa54b..0959ca9b6b27 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -888,7 +888,7 @@ config GPIO_MSIC | |||
888 | 888 | ||
889 | config GPIO_BCM_KONA | 889 | config GPIO_BCM_KONA |
890 | bool "Broadcom Kona GPIO" | 890 | bool "Broadcom Kona GPIO" |
891 | depends on OF_GPIO | 891 | depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) |
892 | help | 892 | help |
893 | Turn on GPIO support for Broadcom "Kona" chips. | 893 | Turn on GPIO support for Broadcom "Kona" chips. |
894 | 894 | ||