summaryrefslogtreecommitdiffstats
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorThomas Huth2019-02-08 10:18:15 +0100
committerThomas Huth2019-05-13 09:36:31 +0200
commit5885e665c2deb4e3ea25e41338a45e56b01072c9 (patch)
tree2d2b5ded34aee15797038a7d872e5790f540ce21 /hw/arm/Kconfig
parenthw/arm: Express dependencies of netduino / stm32f2xx with Kconfig (diff)
downloadqemu-5885e665c2deb4e3ea25e41338a45e56b01072c9.tar.gz
qemu-5885e665c2deb4e3ea25e41338a45e56b01072c9.tar.xz
qemu-5885e665c2deb4e3ea25e41338a45e56b01072c9.zip
hw/arm: Express dependencies of allwinner / cubieboard with Kconfig
Add dependencies for the Cubitech Cubieboard. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 25ba109773..0e89383f50 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -25,6 +25,10 @@ config CHEETAH
select OMAP
select TSC210X
+config CUBIEBOARD
+ bool
+ select ALLWINNER_A10
+
config DIGIC
bool
select PTIMER
@@ -246,6 +250,11 @@ config ARM_V7M
config ALLWINNER_A10
bool
+ select AHCI
+ select ALLWINNER_A10_PIT
+ select ALLWINNER_A10_PIC
+ select ALLWINNER_EMAC
+ select SERIAL
config RASPI
bool