Skip to content
Snippets Groups Projects
Commit 22e04faa authored by Joe Hershberger's avatar Joe Hershberger Committed by Tom Rini
Browse files

mtd: spi: Add the SPI_FLASH config to Kconfig


This config needs to be available in the Kconfig to allow it to be
removed from arch defaults.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 9f1b4456
No related branches found
No related tags found
No related merge requests found
config SPI_FLASH
bool "Enable SPI Flash support"
help
Enable the legacy SPI flash support. This will include basic
standard support for things like probing, read / write, and
erasing through the MTD layer.
If unsure, say N
config DM_SPI_FLASH
bool "Enable Driver Model for SPI flash"
depends on DM && DM_SPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment