mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user