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/sheevaplug_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/sheevaplug_defconfig')
-rw-r--r-- | configs/sheevaplug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index 6145077ebf..21704ec1ff 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -25,6 +25,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:512K(uboot),512K(env),4M(kernel),-( CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y +CONFIG_MVSATA_IDE=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |