Commit 6eeea326 authored by Keerthy's avatar Keerthy Committed by Linus Walleij

gpio: Davinci: Add K3 dependencies

Add K3 dependencies to enable the driver on K3 platforms.
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 36c05519
...@@ -174,7 +174,7 @@ config GPIO_CLPS711X ...@@ -174,7 +174,7 @@ config GPIO_CLPS711X
config GPIO_DAVINCI config GPIO_DAVINCI
bool "TI Davinci/Keystone GPIO support" bool "TI Davinci/Keystone GPIO support"
default y if ARCH_DAVINCI default y if ARCH_DAVINCI
depends on ARM && (ARCH_DAVINCI || ARCH_KEYSTONE) depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3)
help help
Say yes here to enable GPIO support for TI Davinci/Keystone SoCs. Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment