diff options
author | Tuomas Tynkkynen | 2017-12-08 15:36:18 +0200 |
---|---|---|
committer | Tom Rini | 2017-12-12 14:06:46 -0500 |
commit | 477b16a7982eee080a142f08f2cf2d05ade99c31 (patch) | |
tree | 672e105bb28c13a8af7d1a5256c34a2bf6f32d5d /configs/tbs2910_defconfig | |
parent | 9920d151c4b22540a937c4225020069c583a7fad (diff) |
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 1152b69c72e..5adcd9d9869 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -35,6 +35,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_EFI_PARTITION=y CONFIG_ENV_IS_IN_MMC=y CONFIG_DM=y +CONFIG_DWC_AHSATA=y CONFIG_PHYLIB=y CONFIG_PCI=y CONFIG_DM_THERMAL=y |