mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
gpio: Add proper dependency on ZYNQMP_FIRMWARE
ZYNQMP_FIRMWARE can be disabled and driver depends on it that's why record this dependency via Kconfig. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c3ca38fbb2f4e6948a5ef95b369015de96259709.1717685091.git.michal.simek@amd.com
This commit is contained in:
parent
ee3630f0bc
commit
62a3e4016a
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ config NOMADIK_GPIO
|
|||
|
||||
config ZYNQMP_GPIO_MODEPIN
|
||||
bool "ZynqMP gpio modepin"
|
||||
depends on DM_GPIO
|
||||
depends on DM_GPIO && ZYNQMP_FIRMWARE
|
||||
help
|
||||
This config enables the ZynqMP gpio modepin driver. ZynqMP modepin
|
||||
driver will set and get the status of PS_MODE pins. These modepins
|
||||
|
|
Loading…
Add table
Reference in a new issue