diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2012-03-26 22:10:59 +1000 |
---|---|---|
committer | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2012-10-10 11:13:32 +1000 |
commit | 82a2499011a73bcafab723e1bab4127e55a64844 (patch) | |
tree | 10f408a854256616fd6456ef69f839c6e871c5b2 /default-configs/microblaze-softmmu.mak | |
parent | a3578d4a51250365fb7f048e8154942a2659cc4a (diff) |
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/microblaze-softmmu.mak')
-rw-r--r-- | default-configs/microblaze-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/microblaze-softmmu.mak b/default-configs/microblaze-softmmu.mak index 64c9485de4..2f442e5aea 100644 --- a/default-configs/microblaze-softmmu.mak +++ b/default-configs/microblaze-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 |