commit | 74326a320a93e8c2596223545bcb14702e8b87ac | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Fri Nov 15 17:00:41 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 15 19:50:27 2020 -0500 |
tree | 91feb8de2693e332344701990b979cd05782fc69 | |
parent | 9d5d74c3ccdc78bac969d25e98eab96872e33b5c [diff] |
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>