Message ID | 20200128101005.18794-5-faiz_abbas@ti.com |
---|---|
State | Accepted |
Commit | 5b36241a2a48e189b438cb01c863bd8eb0c54bb5 |
Headers | show |
Series | Add Support for gpio0 in J721e | expand |
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index a998d771db..492c803677 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -90,6 +90,7 @@ CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_TI_SCI_PROTOCOL=y CONFIG_DM_GPIO=y +CONFIG_DA8XX_GPIO=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y
Enable CONFIG_DA8XX_GPIO to enable GPIO support. Signed-off-by: Faiz Abbas <faiz_abbas at ti.com> --- configs/j721e_evm_a72_defconfig | 1 + 1 file changed, 1 insertion(+)