diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-07 15:21:27 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:31 +0200 |
commit | 4cdea98bfed175c087fa0b206690f689f5ebb8e5 (patch) | |
tree | a77001bf7fc89018eaf50e4b3544dbd509fa00a4 /hw/display/Kconfig | |
parent | 08bcda026fc7543ccde115e750936bfd273c459d (diff) |
hw/arm: Express dependencies of integratorcp 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 c236cd2d0a..ac81eb4770 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -26,6 +26,7 @@ config JAZZ_LED config PL110 bool + select FRAMEBUFFER config SII9022 bool |