option to enable Memory Card debug output was hidden with SD cards connected through SPI
This commit is contained in:
parent
1ed7bec85f
commit
960b468ed3
8
Kconfig
8
Kconfig
@ -859,21 +859,21 @@ config DEBUG_IRQ
|
|||||||
if DEBUG_IRQ
|
if DEBUG_IRQ
|
||||||
|
|
||||||
config DEBUG_IRQ_ERROR
|
config DEBUG_IRQ_ERROR
|
||||||
bool "DMA Error Output"
|
bool "Interrupt Controller Error Output"
|
||||||
default n
|
default n
|
||||||
depends on DEBUG_ERROR
|
depends on DEBUG_ERROR
|
||||||
---help---
|
---help---
|
||||||
Enable interrupt controller error output to SYSLOG.
|
Enable interrupt controller error output to SYSLOG.
|
||||||
|
|
||||||
config DEBUG_IRQ_WARN
|
config DEBUG_IRQ_WARN
|
||||||
bool "DMA Warnings Output"
|
bool "Interrupt Controller Warnings Output"
|
||||||
default n
|
default n
|
||||||
depends on DEBUG_WARN
|
depends on DEBUG_WARN
|
||||||
---help---
|
---help---
|
||||||
Enable interrupt controller warning output to SYSLOG.
|
Enable interrupt controller warning output to SYSLOG.
|
||||||
|
|
||||||
config DEBUG_IRQ_INFO
|
config DEBUG_IRQ_INFO
|
||||||
bool "DMA Informational Output"
|
bool "Interrupt Controller Informational Output"
|
||||||
default n
|
default n
|
||||||
depends on DEBUG_INFO
|
depends on DEBUG_INFO
|
||||||
---help---
|
---help---
|
||||||
@ -1277,7 +1277,7 @@ endif # DEBUG_RTC
|
|||||||
config DEBUG_MEMCARD
|
config DEBUG_MEMCARD
|
||||||
bool "Memory Card Driver Debug Features"
|
bool "Memory Card Driver Debug Features"
|
||||||
default n
|
default n
|
||||||
depends on MMCSD_SDIO
|
depends on MMCSD
|
||||||
---help---
|
---help---
|
||||||
Enable MMC/SD memory card Driver debug features.
|
Enable MMC/SD memory card Driver debug features.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user