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/netspace_mini_v2_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/netspace_mini_v2_defconfig') diff --git a/configs/netspace_mini_v2_defconfig b/configs/netspace_mini_v2_defconfig index 0c9a3036eb..6e09985021 100644 --- a/configs/netspace_mini_v2_defconfig +++ b/configs/netspace_mini_v2_defconfig @@ -45,6 +45,7 @@ CONFIG_ENV_SPI_MAX_HZ=20000000 CONFIG_ENV_ADDR=0x70000 CONFIG_NETCONSOLE=y CONFIG_DM=y +CONFIG_SATA=y CONFIG_SATA_MV=y CONFIG_BLK=y CONFIG_KIRKWOOD_GPIO=y -- cgit v1.2.3