diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2019-11-15 17:00:41 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-15 19:50:27 -0500 |
commit | 74326a320a93e8c2596223545bcb14702e8b87ac (patch) | |
tree | 91feb8de2693e332344701990b979cd05782fc69 /common | |
parent | 9d5d74c3ccdc78bac969d25e98eab96872e33b5c (diff) | |
download | u-boot-74326a320a93e8c2596223545bcb14702e8b87ac.tar.gz u-boot-74326a320a93e8c2596223545bcb14702e8b87ac.tar.bz2 u-boot-74326a320a93e8c2596223545bcb14702e8b87ac.zip |
Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA. This allows to use
macros such as CONFIG_IS_ENABLED() that allow conditional compilation of
code for SPL and U-Boot.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 61488daa3c..c43eed2b2a 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -488,7 +488,7 @@ config TPL_HASH_SUPPORT this option to build system-specific drivers for hash acceleration as part of an SPL build. -config SPL_DMA_SUPPORT +config SPL_DMA bool "Support DMA drivers" help Enable DMA (direct-memory-access) drivers in SPL. These drivers |