commit | 081a45af958ca1f1ae07b7348ec60ee599fa4899 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 08 12:20:17 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 04 12:26:02 2021 -0400 |
tree | c73cf424593bac4ebf97651bd91d07c1bd9e8ef3 | |
parent | 64571061e8e3fd0f75d30c1f88e0530e0f138025 [diff] [blame] |
sata: Rename SATA_SUPPORT to SATA Rename this options so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 73327aa..0876437 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig
@@ -298,7 +298,7 @@ config MVEBU_SPL_BOOT_DEVICE_SATA bool "SATA" - imply SPL_SATA_SUPPORT + imply SPL_SATA imply SPL_LIBDISK_SUPPORT select SPL_BOOTROM_SUPPORT