fs: sdfat: Fix compilation without debugging
* And make WARNON debugging optional Change-Id: Id59e908c8a60ded1238d3fd010f3d96cdde95f40
This commit is contained in:
parent
54be288ec7
commit
2b43486806
5
Kconfig
5
Kconfig
|
|
@ -97,6 +97,11 @@ config SDFAT_DBG_BUGON
|
|||
depends on SDFAT_FS && SDFAT_DEBUG
|
||||
default n
|
||||
|
||||
config SDFAT_DBG_WARNON
|
||||
bool "enable strict WARN_ON() for debugging"
|
||||
depends on SDFAT_FS && SDFAT_DEBUG
|
||||
default n
|
||||
|
||||
config SDFAT_STATISTICS
|
||||
bool "enable statistics for bigdata"
|
||||
depends on SDFAT_FS
|
||||
|
|
|
|||
Loading…
Reference in New Issue