diff options
| author | Tom Rini <[email protected]> | 2017-10-26 11:50:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-26 11:50:33 -0400 |
| commit | ddeaaefde3161bf655d48d733f3b1915e8222361 (patch) | |
| tree | 83a1ff0b1e1fa0a6c7355a9a3566b66a7385a239 /drivers | |
| parent | 4c7a211046a3956058b512edd8533f7df031cc4a (diff) | |
| parent | 819f1e081c527d2d02cdaeec0027384688cf5de0 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index 5700859ff27..6ba255d676b 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -140,6 +140,7 @@ if SPL config SPL_SPI_SUNXI bool "Support for SPI Flash on Allwinner SoCs in SPL" depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I + select SPL_SPI_FLASH_SUPPORT ---help--- Enable support for SPI Flash. This option allows SPL to read from sunxi SPI Flash. It uses the same method as the boot ROM, so does |
