mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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 <yegorslists@googlemail.com>
This commit is contained in:
parent
664cdc5fd5
commit
749ec88604
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user