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_qspi_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1021aiot_qspi_defconfig') diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig index 4705e34e1d9..5943fb6a484 100644 --- a/configs/ls1021aiot_qspi_defconfig +++ b/configs/ls1021aiot_qspi_defconfig @@ -37,6 +37,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=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.3