mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
drivers/mtd/mtd_progmem.c: Add an upper-half driver that can be used with any FLASH library that provides the itnerfaces defined in include/nuttx/progmem.h
This commit is contained in:
@@ -114,6 +114,14 @@ config MTD_NRDBLOCKS
|
||||
|
||||
endif # MTD_READAHEAD
|
||||
|
||||
config MTD_PROGMEM
|
||||
bool "Enable on-chip program FLASH MTD device"
|
||||
default n
|
||||
---help---
|
||||
Enable to support an MTD device that supports the on-chip FLASH
|
||||
using the interfaces defined in include/nuttx/progmem. Those
|
||||
interfaces must be exported by chip-specific logic.
|
||||
|
||||
config MTD_CONFIG
|
||||
bool "Enable Dev Config (MTD based) device"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user