diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 18:16:06 -0500 |
commit | cf71338ee7a1dc16f13a4f1b89f32c624210df45 (patch) | |
tree | 4acd654e33d5270b5935aef703d6f2bfc80417ac /configs/dreamplug_defconfig | |
parent | b82e667f79f753226f3b7d01085869b496b1adc2 (diff) | |
download | u-boot-cf71338ee7a1dc16f13a4f1b89f32c624210df45.tar.gz |
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'configs/dreamplug_defconfig')
-rw-r--r-- | configs/dreamplug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig index 1130faa392..9d24f9c16b 100644 --- a/configs/dreamplug_defconfig +++ b/configs/dreamplug_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_MVSATA_IDE=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y |