drivers: flash: Add support for flash driver on MCK-RA8T1
Initial commit to support flash driver on MCK-RA8T1 board Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
parent
beba6685af
commit
79fb5a391a
9 changed files with 65 additions and 5 deletions
|
@ -9,4 +9,8 @@ config NUM_IRQS
|
|||
config PINCTRL
|
||||
default y
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA8T1
|
||||
|
|
|
@ -19,3 +19,9 @@ config SOC_R7FA8T1AHECBD
|
|||
|
||||
config SOC
|
||||
default "r7fa8t1ahecbd" if SOC_R7FA8T1AHECBD
|
||||
|
||||
config DUAL_BANK_MODE
|
||||
bool "Dual bank mode"
|
||||
default n
|
||||
help
|
||||
Enable dual bank mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue