diff options
author | Adam Ford | 2018-02-06 08:34:45 -0600 |
---|---|---|
committer | Tom Rini | 2018-02-08 12:48:11 -0500 |
commit | 99bec1aead5927c54f4364bfe10823a86fe0dad2 (patch) | |
tree | 0083933a338529228ecfacb1863986825b51bd71 /include/configs/mx7dsabresd.h | |
parent | 99dcbdd8a3c3b6b9d7a4adb32bce73e51e51b7c9 (diff) |
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 <aford173@gmail.com>
Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
[trini: Add in MMC as well]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index fd39f221ac1..3a9eaf9f4c4 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -197,9 +197,6 @@ #define CONFIG_SYS_NAND_ONFI_DETECTION /* DMA stuff, needed for GPMI/MXS NAND support */ -#define CONFIG_APBH_DMA -#define CONFIG_APBH_DMA_BURST -#define CONFIG_APBH_DMA_BURST8 #endif #define CONFIG_ENV_OFFSET (12 * SZ_64K) |