aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2023-11-04 16:37:47 -0400
committerTom Rini <trini@konsulko.com>2023-11-16 12:43:48 -0500
commitb35df87ae5c812d09c82e3c329b01275ab5bd41b (patch)
tree41e46c1c82463b411220b1ec38ed94e2ce996e5f /common/spl
parentbd9573c11cbae91ddfea2628bacf504dfa18d11a (diff)
downloadu-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.zip
u-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.tar.gz
u-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.tar.bz2
mtd: Rename SPL_MTD_SUPPORT to SPL_MTD
Rename SPL_MTD_SUPPORT to SPL_MTD in order to match MTD. This allows using CONFIG_IS_ENABLED to test for MTD support. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 25cd18a..00332cf 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -857,7 +857,7 @@ config SPL_MPC8XXX_INIT_DDR
allows DRAM to be set up before loading U-Boot into that DRAM,
where it can run.
-config SPL_MTD_SUPPORT
+config SPL_MTD
bool "Support MTD drivers"
help
Enable support for MTD (Memory Technology Device) within SPL. MTD