diff options
| author | Yegor Yefremov <[email protected]> | 2025-11-04 11:40:28 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-11 11:54:45 -0600 |
| commit | 749ec886046d1a5dff87aa41f3d46a06ef558169 (patch) | |
| tree | 3a3af0d3b418b64bb1eeebc5e734a3d019bca4c1 /drivers | |
| parent | 664cdc5fd524db0c09c1200e89e65207a3b772a4 (diff) | |
gpio: OMAP: add dependency to TI_SYSC
OMAP GPIO driver needs TI_SYSC to initialize its clocks when
using a devicetree-based setup.
Signed-off-by: Yegor Yefremov <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index db077e472a8..b5729a39774 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -340,6 +340,7 @@ config NPCM_SGPIO config OMAP_GPIO bool "TI OMAP GPIO driver" depends on ARCH_OMAP2PLUS + select TI_SYSC if OF_CONTROL default y help Support GPIO controllers on the TI OMAP3/4/5 and related (such as |
