summaryrefslogtreecommitdiff
path: root/default-configs/microblazeel-softmmu.mak
diff options
context:
space:
mode:
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>2012-03-26 22:10:59 +1000
committerPeter Crosthwaite <peter.crosthwaite@xilinx.com>2012-10-10 11:13:32 +1000
commit82a2499011a73bcafab723e1bab4127e55a64844 (patch)
tree10f408a854256616fd6456ef69f839c6e871c5b2 /default-configs/microblazeel-softmmu.mak
parenta3578d4a51250365fb7f048e8154942a2659cc4a (diff)
downloadqemu-82a2499011a73bcafab723e1bab4127e55a64844.tar.gz
m25p80: Initial implementation of SPI flash device
Added device model for m25p80 style SPI flash family. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Diffstat (limited to 'default-configs/microblazeel-softmmu.mak')
-rw-r--r--default-configs/microblazeel-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/microblazeel-softmmu.mak b/default-configs/microblazeel-softmmu.mak
index a9622760c9..af9a3cde0d 100644
--- a/default-configs/microblazeel-softmmu.mak
+++ b/default-configs/microblazeel-softmmu.mak
@@ -5,3 +5,5 @@ CONFIG_PFLASH_CFI01=y
CONFIG_SERIAL=y
CONFIG_XILINX=y
CONFIG_XILINX_AXI=y
+CONFIG_SSI=y
+CONFIG_SSI_M25P80=y