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/pcm058.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/pcm058.h') diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 6c0902abd4..ec74ed74d7 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -65,9 +65,6 @@ #endif /* DMA stuff, needed for GPMI/MXS NAND support */ -#define CONFIG_APBH_DMA -#define CONFIG_APBH_DMA_BURST -#define CONFIG_APBH_DMA_BURST8 /* Filesystem support */ #define CONFIG_MTD_PARTITIONS -- cgit