drivers/Kconfig: If CONFIG_DRVR_MKRD is selected, then we must also auto-select CONFIG_FS_READABLE.
This commit is contained in:
parent
2549d07494
commit
6a10254915
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ source drivers/loop/Kconfig
|
|||
config DRVR_MKRD
|
||||
bool "RAM disk wrapper (mkrd)"
|
||||
default n
|
||||
select FS_READABLE
|
||||
select FS_WRITABLE
|
||||
---help---
|
||||
Build the mkrd() function which serves as a wrapper to simplify
|
||||
|
|
Loading…
Reference in a new issue