mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/arm: Add SPI to Allwinner A10
The Allwinner A10 SPI controller is added to the Allwinner A10 description, so it is available when Cubieboard is emulated. Update the documentation for Cubieboard to indicate SPI availability. Signed-off-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com> Message-id: 20241001221349.8319-3-strahinja.p.jankovic@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8d3dfb6205
commit
3341d1cb37
4 changed files with 12 additions and 0 deletions
|
@ -328,6 +328,7 @@ config ALLWINNER_A10
|
|||
select ALLWINNER_WDT
|
||||
select ALLWINNER_EMAC
|
||||
select ALLWINNER_I2C
|
||||
select ALLWINNER_A10_SPI
|
||||
select AXP2XX_PMU
|
||||
select SERIAL_MM
|
||||
select UNIMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue