22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
menuconfig LISA_FLASH
|
|
bool "Enable LISA Flash Driver"
|
|
default n
|
|
depends on LISA_DEVICE
|
|
select LISA_FLASH_ARCS
|
|
help
|
|
Enable Flash device driver support for read/write/erase operations.
|
|
|
|
if LISA_FLASH
|
|
|
|
config LISA_FLASH_INIT_PRIORITY
|
|
int "LISA Flash init priority"
|
|
default 15
|
|
help
|
|
LISA Flash driver device initialization priority. This initialization
|
|
priority is used unless the driver implementation has its own
|
|
initialization priority
|
|
|
|
rsource "Kconfig.arcs"
|
|
|
|
endif # LISA_FLASH
|