Skip to content

Commit

Permalink
ARM: da850evm_direct_nor: Enable DM_GPIO
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aford173 authored and trini committed Aug 26, 2019
1 parent 6ec08ef commit bd8230f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/da850evm_direct_nor_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8230f

Please sign in to comment.