mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
arm64: zynqmp: Enable SLG gpo driver by default
This device is used on SOM CCs that's why enable it by default. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ebbfc0c883ca7d4f70c75d8d3655aaa6a81d77be.1656943737.git.michal.simek@amd.com
This commit is contained in:
parent
fcbc43bd50
commit
e3521e9c69
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ CONFIG_FPGA_ZYNQMPPL=y
|
|||
CONFIG_GPIO_HOG=y
|
||||
CONFIG_XILINX_GPIO=y
|
||||
CONFIG_DM_PCA953X=y
|
||||
CONFIG_SLG7XL45106_I2C_GPO=y
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_SYS_I2C_CADENCE=y
|
||||
CONFIG_I2C_MUX=y
|
||||
|
|
Loading…
Reference in a new issue