diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2015-07-02 18:29:41 -0700 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-03 13:50:53 +0530 |
commit | e67abcaacb8271a58c1a5e5afb17475bd8c3deaf (patch) | |
tree | 7b808675a8312cea3847857ca1b4a32ee6cfb1b7 /arch/arm | |
parent | 54afb5002514f88c41f3d462d1e14715a40f4107 (diff) | |
download | u-boot-imx-e67abcaacb8271a58c1a5e5afb17475bd8c3deaf.zip u-boot-imx-e67abcaacb8271a58c1a5e5afb17475bd8c3deaf.tar.gz u-boot-imx-e67abcaacb8271a58c1a5e5afb17475bd8c3deaf.tar.bz2 |
stv0991: enable cadence qspi controller & spi flash
This patch does all the board configurations required to use the qspi
controller & attached spi flash memory.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Jagannadh Teki <jteki@openedev.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 192d9cf..0d2a808 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -227,6 +227,9 @@ config TARGET_STV0991 select CPU_V7 select DM select DM_SERIAL + select DM_SPI + select DM_SPI_FLASH + select SPI_FLASH config TARGET_X600 bool "Support x600" |