drivers/Kconfig: If CONFIG_DRVR_MKRD is selected, then we must auto-select CONFIG_FS_WRITABLE.
This commit is contained in:
parent
8bc79f2a6a
commit
2549d07494
@ -17,6 +17,7 @@ source drivers/loop/Kconfig
|
|||||||
config DRVR_MKRD
|
config DRVR_MKRD
|
||||||
bool "RAM disk wrapper (mkrd)"
|
bool "RAM disk wrapper (mkrd)"
|
||||||
default n
|
default n
|
||||||
|
select FS_WRITABLE
|
||||||
---help---
|
---help---
|
||||||
Build the mkrd() function which serves as a wrapper to simplify
|
Build the mkrd() function which serves as a wrapper to simplify
|
||||||
creation of RAM disks. If the boardctrl() interface is enabled,
|
creation of RAM disks. If the boardctrl() interface is enabled,
|
||||||
|
Loading…
Reference in New Issue
Block a user