From 764f50315067fe3a1c3bacbb9562386e5c5a15cd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 6 Feb 2017 13:16:52 -0600 Subject: [PATCH] Remove duplicate setting for SDIO_DMA from drivers/mmcsd/Kconfig --- drivers/mmcsd/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/mmcsd/Kconfig b/drivers/mmcsd/Kconfig index 317eb726a69..4d4485e0d40 100755 --- a/drivers/mmcsd/Kconfig +++ b/drivers/mmcsd/Kconfig @@ -80,12 +80,6 @@ config MMCSD_SDIO if MMCSD_SDIO -config SDIO_DMA - bool "SDIO DMA support" - default n - ---help--- - SDIO driver supports DMA - config SDIO_PREFLIGHT bool default n