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/ls1021aiot_sdcard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1021aiot_sdcard_defconfig') diff --git a/configs/ls1021aiot_sdcard_defconfig b/configs/ls1021aiot_sdcard_defconfig index e387264d89..e9e3ee9441 100644 --- a/configs/ls1021aiot_sdcard_defconfig +++ b/configs/ls1021aiot_sdcard_defconfig @@ -54,6 +54,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y +CONFIG_SATA=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y CONFIG_DM_I2C=y -- cgit v1.2.1