summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-11-27 13:06:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-11-27 13:06:38 +0100
commit150868bd01a909b85cd588caa6a7727460808888 (patch)
treec0acd5071b03060a11a02a8cd433a4a02505a580 /drivers/gpio/Kconfig
parent133819be0c618afb157e31187de64b23faa923ad (diff)
parent35bab4ce35808f7e05ea0c48bc28027eb47b01d9 (diff)
downloadbarebox-150868bd01a909b85cd588caa6a7727460808888.tar.gz
barebox-150868bd01a909b85cd588caa6a7727460808888.tar.xz
Merge branch 'for-next/k3'
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 6f9ba2aad2..9f27addaa2 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -45,8 +45,8 @@ config GPIO_CLPS711X
config GPIO_DAVINCI
bool "TI Davinci/Keystone GPIO support"
- default y if ARCH_DAVINCI
- depends on (ARM && ARCH_DAVINCI) || COMPILE_TEST
+ default y if ARCH_DAVINCI || ARCH_K3
+ depends on (ARM && (ARCH_DAVINCI || ARCH_K3)) || COMPILE_TEST
help
Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.