diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:01:44 -0500 |
commit | bbdf38698ee5c96138868d563c6825cd48bb26dc (patch) | |
tree | 81a4c022b76d252b56333239425e836440de19a5 /configs/ids8313_defconfig | |
parent | 60e54562913f7a272a5483ed909cf9c740b606f6 (diff) | |
download | u-boot-bbdf38698ee5c96138868d563c6825cd48bb26dc.zip u-boot-bbdf38698ee5c96138868d563c6825cd48bb26dc.tar.gz u-boot-bbdf38698ee5c96138868d563c6825cd48bb26dc.tar.bz2 |
spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'configs/ids8313_defconfig')
-rw-r--r-- | configs/ids8313_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index ccb84e4..ab4493d 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -34,4 +34,5 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_PHYLIB=y # CONFIG_PCI is not set CONFIG_SYS_NS16550=y +CONFIG_MPC8XXX_SPI=y CONFIG_OF_LIBFDT=y |