mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +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:
parent
b27dc9ee7f
commit
812613fabc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue