diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-07 20:05:05 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:31 +0200 |
commit | 79e93e24de83882fc743a56560e95d3df6e42cdc (patch) | |
tree | 334f160b3ebb21a5cd0c761682499877066ff4d5 /hw/display/Kconfig | |
parent | 782ef8cd7e121819481b6ca43770ca4bde9b19ac (diff) |
hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig
This patch is slightly based on earlier work by Ákos Kovács (i.e.
his "hw/arm/Kconfig: Add ARM Kconfig" patch).
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/display/Kconfig')
-rw-r--r-- | hw/display/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index ac81eb4770..784d7a38ae 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -31,6 +31,7 @@ config PL110 config SII9022 bool depends on I2C + select DDC config SSD0303 bool |