diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-22 11:01:05 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-24 14:41:12 +0530 |
commit | 9d26506a9ca9b13f114acae470bd9c8352484397 (patch) | |
tree | 857a5f13bba1ee430b9149534e7b601a36745081 /drivers/spi/Kconfig | |
parent | ebe3497c9c96def46e48b57300933abe0c4c850c (diff) | |
download | u-boot-9d26506a9ca9b13f114acae470bd9c8352484397.tar.gz |
spi: Add Amlogic Meson SPI Flash Controller driver
The Amlogic Meson SoCs embeds a Flash oriented SPI Controller name SPIFC.
This driver, ported from the Linux meson-spi-spifc driver, add support
for this controller on the Amlogic Meson GX SoCs in U-Boot.
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 516188ea88..6085788481 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -116,6 +116,14 @@ config ICH_SPI access the SPI NOR flash on platforms embedding this Intel ICH IP core. +config MESON_SPIFC + bool "Amlogic Meson SPI Flash Controller driver" + depends on ARCH_MESON + help + Enable the Amlogic Meson SPI Flash Controller SPIFC) driver. + This driver can be used to access the SPI NOR flash chips on + Amlogic Meson SoCs. + config MT7621_SPI bool "MediaTek MT7621 SPI driver" depends on ARCH_MT7620 |