From 6edb5dd388c749f03ec649ac6be98844abe0ea4f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 31 Jan 2022 07:49:33 -0700 Subject: sata: Rearrange Kconfig for SATA Move the SATA options inside an 'if SATA' part, so they are grouped. Fix the 'Complient' typo while we are here. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- configs/goflexhome_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/goflexhome_defconfig') diff --git a/configs/goflexhome_defconfig b/configs/goflexhome_defconfig index e6eb00a9384..ec1a7634df9 100644 --- a/configs/goflexhome_defconfig +++ b/configs/goflexhome_defconfig @@ -44,6 +44,7 @@ CONFIG_ENV_IS_IN_NAND=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_NETCONSOLE=y CONFIG_DM=y +CONFIG_SATA=y CONFIG_SATA_MV=y # CONFIG_MMC is not set CONFIG_MTD=y -- cgit v1.2.3