summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2015-07-02 18:29:41 -0700
committerJagan Teki <jteki@openedev.com>2015-07-03 13:50:53 +0530
commite67abcaacb8271a58c1a5e5afb17475bd8c3deaf (patch)
tree7b808675a8312cea3847857ca1b4a32ee6cfb1b7 /arch
parent54afb5002514f88c41f3d462d1e14715a40f4107 (diff)
downloadtalos-obmc-uboot-e67abcaacb8271a58c1a5e5afb17475bd8c3deaf.tar.gz
talos-obmc-uboot-e67abcaacb8271a58c1a5e5afb17475bd8c3deaf.zip
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')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 192d9cf3f0..0d2a808fe2 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"
OpenPOWER on IntegriCloud