diff options
author | Frieder Schrempf | 2019-09-13 22:43:42 +0000 |
---|---|---|
committer | Jagan Teki | 2019-10-25 00:48:31 +0530 |
commit | 64f736c9013b059696a9c0370e152c1ab6a8f89e (patch) | |
tree | cd8be6a6f757cdb7a07ec3776b695f5dbf0ddabd | |
parent | f8cb77ffbac5ca01b6372bae413f4c205edf089d (diff) |
mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig
To allow SPI_FLASH_MTD being enabled separately in SPL we add a new
option. The only user currently is the stm32mp15_basic board.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r-- | drivers/mtd/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index 681dc9ccccf..d77f818505a 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -196,4 +196,12 @@ config SPI_FLASH_MTD If unsure, say N +config SPL_SPI_FLASH_MTD + bool "SPI flash MTD support for SPL" + depends on SPI_FLASH + help + Enable the MTD support for the SPI flash layer in SPL. + + If unsure, say N + endmenu # menu "SPI Flash Support" |