drivers/Kconfig: If CONFIG_DRVR_MKRD is selected, then we must auto-select CONFIG_FS_WRITABLE.

This commit is contained in:
Gregory Nutt 2019-10-26 15:56:41 -06:00
parent 8bc79f2a6a
commit 2549d07494

View File

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