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:
Bowen Wang 2024-11-21 22:59:58 +08:00 committed by Xiang Xiao
parent b27dc9ee7f
commit 812613fabc

View file

@ -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"