diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-31 07:49:33 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-09 09:16:48 -0500 |
commit | 6edb5dd388c749f03ec649ac6be98844abe0ea4f (patch) | |
tree | ca7037c25520600f9956ba4c30283c38b5f1fa2b /configs/sheevaplug_defconfig | |
parent | 580937bcd87fcb22c5084b9ea75b9498a8588d4c (diff) | |
download | u-boot-6edb5dd388c749f03ec649ac6be98844abe0ea4f.tar.gz |
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 <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/sheevaplug_defconfig')
-rw-r--r-- | configs/sheevaplug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index 6e39aa178a..599e6d661b 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -45,6 +45,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_MVEBU_MMC=y CONFIG_MTD=y |