mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
drivers/misc/Kconfig: change DEV_ZERO deafult to !DEFAULT_SMALL.
/dev/zero is a very commonly used config, for example use /dev/zero to test the filesystem, mtd or block devices performance. So let's default enable it when not enable DEFAULT_SMALL Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
@@ -13,7 +13,7 @@ config DEV_NULL
|
||||
|
||||
config DEV_ZERO
|
||||
bool "Enable /dev/zero"
|
||||
default n
|
||||
default !DEFAULT_SMALL
|
||||
|
||||
config DEV_MEM
|
||||
bool "Enable /dev/mem"
|
||||
|
||||
Reference in New Issue
Block a user