diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 14:06:46 -0500 |
commit | 477b16a7982eee080a142f08f2cf2d05ade99c31 (patch) | |
tree | 672e105bb28c13a8af7d1a5256c34a2bf6f32d5d /configs/gwventana_nand_defconfig | |
parent | 9920d151c4b22540a937c4225020069c583a7fad (diff) |
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r-- | configs/gwventana_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index dd4d73ce9e8..be6cf0cbdec 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -56,6 +56,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=nand:16m(uboot),1m(env),-(rootfs)" CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y CONFIG_DM=y +CONFIG_DWC_AHSATA=y CONFIG_PHYLIB=y CONFIG_NETDEVICES=y CONFIG_E1000=y |