mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
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: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
9f1b4456c9
commit
22e04faaab
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue