diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-30 07:33:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (patch) | |
tree | f8bb6229e5a6041d624cdcbc8b0ae524ab3e2528 /configs/legoev3_defconfig | |
parent | e13a9dc370352000b16905c3abf586e3b9f3c5ef (diff) | |
download | u-boot-26410c1517bbb6d6f90de55b5fa65dac3c298bc7.tar.gz |
Convert CONFIG_DAVINCI_SPI to Kconfig
This converts the following to Kconfig:
CONFIG_DAVINCI_SPI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/legoev3_defconfig')
-rw-r--r-- | configs/legoev3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig index 209250a73d..d1310797cb 100644 --- a/configs/legoev3_defconfig +++ b/configs/legoev3_defconfig @@ -26,5 +26,6 @@ CONFIG_CMD_DIAG=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SYS_NS16550=y +CONFIG_DAVINCI_SPI=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set |