diff options
author | Michal Simek <michal.simek@amd.com> | 2022-07-04 16:09:00 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-07-26 08:23:54 +0200 |
commit | e3521e9c69af1818fac28d980bf956fc8a7ceabe (patch) | |
tree | 849cf69e1b2f935e6f15a1384d2751cee61c67d5 /configs | |
parent | fcbc43bd508afbb5b7ffa9682dc22e1f5e0912d4 (diff) | |
download | u-boot-e3521e9c69af1818fac28d980bf956fc8a7ceabe.tar.gz u-boot-e3521e9c69af1818fac28d980bf956fc8a7ceabe.tar.bz2 u-boot-e3521e9c69af1818fac28d980bf956fc8a7ceabe.zip |
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
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 6776bd9d5d..bee48162e7 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -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 |