04ccd40093
Put the symbols that depend on DISK_ACCESS_{RAM,FLASH,SDHC} directly after the symbol they depend on, so that they end up in an implicit indented menu. That makes it easier to see which symbols are related. It also indirectly makes all symbols children of DISK_ACCESS. To save a menu level, turn DISK_ACCESS into a 'menuconfig' symbol and put it in the top-level menu. Change its prompt from "Enable Disk Interface" to "Disk Interface", to be consistent with e.g. "Logging". Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
disk_access.c | ||
disk_access_flash.c | ||
disk_access_ram.c | ||
disk_access_sdhc.c | ||
fat12_ramdisk.h |