From 99bec1aead5927c54f4364bfe10823a86fe0dad2 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 6 Feb 2018 08:34:45 -0600 Subject: Convert CONFIG_APBH_DMA et al to Kconfig This converts the following to Kconfig: CONFIG_APBH_DMA CONFIG_APBH_DMA_BURST CONFIG_APBH_DMA_BURST8 Signed-off-by: Adam Ford Reviewed-by: Stefan Agner [trini: Add in MMC as well] Signed-off-by: Tom Rini --- include/configs/colibri_imx7.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/colibri_imx7.h') diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index d4aaff61fd..5d9b212632 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -170,9 +170,6 @@ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ /* DMA stuff, needed for GPMI/MXS NAND support */ -#define CONFIG_APBH_DMA -#define CONFIG_APBH_DMA_BURST -#define CONFIG_APBH_DMA_BURST8 /* USB Configs */ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -- cgit v1.2.3