mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Additional configuration option to enable SST26 driver debug output. Using comming FS debug output generates too much output.
This commit is contained in:
committed by
Gregory Nutt
parent
78e08bbeea
commit
880b59aa26
@@ -814,6 +814,11 @@ config SST26_MEMORY_TYPE
|
||||
The memory type for SST26VF0xx series is 0x26, but this can be modified if needed
|
||||
to support compatible devices from different manufacturers.
|
||||
|
||||
config SST26_DEBUG
|
||||
bool "Debug output from the SST26 driver"
|
||||
depends on DEBUG_FS
|
||||
default n
|
||||
|
||||
endif # MTD_SST26
|
||||
|
||||
config MTD_SST39FV
|
||||
|
||||
Reference in New Issue
Block a user