Enable CFI flash in Linux
This does not work for QSPI, but let's leave it in anyways.
This commit is contained in:
parent
f8ba7bc57b
commit
de94d4e085
|
@ -71,6 +71,8 @@ CONFIG_FW_UPLOAD=y
|
|||
CONFIG_MTD=y
|
||||
CONFIG_MTD_CMDLINE_PARTS=y
|
||||
CONFIG_MTD_BLOCK=y
|
||||
CONFIG_MTD_CFI=y
|
||||
CONFIG_MTD_CFI_STAA=y
|
||||
CONFIG_MTD_SPI_NOR=y
|
||||
CONFIG_MTD_SPI_NOR_SWP_KEEP=y
|
||||
CONFIG_OF_OVERLAY=y
|
||||
|
|
Loading…
Reference in New Issue