mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
drivers/Kconfig: If CONFIG_DRVR_MKRD is selected, then we must also auto-select CONFIG_FS_READABLE.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user