From 960b468ed372e1d86ffbe0d3af932c35716aa4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Mon, 27 Feb 2017 08:26:00 +0000 Subject: [PATCH] option to enable Memory Card debug output was hidden with SD cards connected through SPI --- Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kconfig b/Kconfig index 188f9d007b0..4d7949d4e31 100644 --- a/Kconfig +++ b/Kconfig @@ -859,21 +859,21 @@ config DEBUG_IRQ if DEBUG_IRQ config DEBUG_IRQ_ERROR - bool "DMA Error Output" + bool "Interrupt Controller Error Output" default n depends on DEBUG_ERROR ---help--- Enable interrupt controller error output to SYSLOG. config DEBUG_IRQ_WARN - bool "DMA Warnings Output" + bool "Interrupt Controller Warnings Output" default n depends on DEBUG_WARN ---help--- Enable interrupt controller warning output to SYSLOG. config DEBUG_IRQ_INFO - bool "DMA Informational Output" + bool "Interrupt Controller Informational Output" default n depends on DEBUG_INFO ---help--- @@ -1277,7 +1277,7 @@ endif # DEBUG_RTC config DEBUG_MEMCARD bool "Memory Card Driver Debug Features" default n - depends on MMCSD_SDIO + depends on MMCSD ---help--- Enable MMC/SD memory card Driver debug features.