diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-25 10:01:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 11:46:29 -0400 |
commit | bd8230f4986fd83fe7811a1e4de817b2c50e45f8 (patch) | |
tree | c024dbcb18b2e39423759905c4f4e7fdd144fc95 | |
parent | 6ec08efb253b9bc0e33a46b109d1aa5ee5f59a7e (diff) |
ARM: da850evm_direct_nor: Enable DM_GPIO
The SPI and NAND variants enable DM_GPIO, so this patch enables
DM_GPIO for the NOR / XIP version of the da850-evm.
Signed-off-by: Adam Ford <aford173@gmail.com>
-rw-r--r-- | configs/da850evm_direct_nor_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index fd3a379da8..698ac13a28 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -40,6 +40,7 @@ CONFIG_DEFAULT_DEVICE_TREE="da850-evm" CONFIG_ENV_IS_IN_FLASH=y CONFIG_DM=y CONFIG_BLK=y +CONFIG_DM_GPIO=y CONFIG_DA8XX_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DAVINCI=y |