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

This commit is contained in:
Gregory Nutt 2019-10-26 16:18:55 -06:00
parent 2549d07494
commit 6a10254915

View file

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