Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 15 Nov 2019 11:30:41 +0000 (17:00 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 00:50:27 +0000 (19:50 -0500)
commit74326a320a93e8c2596223545bcb14702e8b87ac
tree91feb8de2693e332344701990b979cd05782fc69
parent9d5d74c3ccdc78bac969d25e98eab96872e33b5c
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>
27 files changed:
common/spl/Kconfig
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig
configs/am57xx_hs_evm_usb_defconfig
configs/apalis_imx6_defconfig
configs/colibri_imx6_defconfig
configs/display5_defconfig
configs/display5_factory_defconfig
configs/dra7xx_evm_defconfig
configs/dra7xx_hs_evm_defconfig
configs/dra7xx_hs_evm_usb_defconfig
configs/gwventana_emmc_defconfig
configs/gwventana_gw5904_defconfig
configs/gwventana_nand_defconfig
configs/imx28_xea_defconfig
configs/imx6dl_icore_nand_defconfig
configs/imx6q_icore_nand_defconfig
configs/imx6q_logic_defconfig
configs/imx6qdl_icore_nand_defconfig
configs/imx6ul_geam_nand_defconfig
configs/imx6ul_isiot_nand_defconfig
configs/pcm058_defconfig
configs/pfla02_defconfig
configs/platinum_picon_defconfig
configs/platinum_titanium_defconfig
doc/README.SPL
drivers/Makefile