diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-08 10:55:38 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:31 +0200 |
commit | 627b06ed6cbd45e38985223fa2135a2dd4f895de (patch) | |
tree | 44e7d5c9d833fd528adb6ac8bc51f04f2a8510b1 /hw/arm/Kconfig | |
parent | 1ad846a28eadfe71f0a18dadcffbb5acabea0f64 (diff) | |
download | qemu-627b06ed6cbd45e38985223fa2135a2dd4f895de.zip qemu-627b06ed6cbd45e38985223fa2135a2dd4f895de.tar.gz qemu-627b06ed6cbd45e38985223fa2135a2dd4f895de.tar.bz2 |
hw/arm: Express dependencies of canon-a1100 with Kconfig
Add Kconfig dependencies for the DIGIC / canon-a1100 machine.
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 40be783..abf2af0 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -32,6 +32,7 @@ config CUBIEBOARD config DIGIC bool select PTIMER + select PFLASH_CFI02 config EXYNOS4 bool |