From 4cdea98bfed175c087fa0b206690f689f5ebb8e5 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Thu, 7 Feb 2019 15:21:27 +0100 Subject: hw/arm: Express dependencies of integratorcp with Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Tested-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- hw/arm/Kconfig | 8 ++++++++ hw/display/Kconfig | 1 + 2 files changed, 9 insertions(+) (limited to 'hw') diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 0ba377a..ad3b1f9 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -32,6 +32,14 @@ config HIGHBANK config INTEGRATOR bool + select ARM_TIMER + select INTEGRATOR_DEBUG + select PL011 # UART + select PL031 # RTC + select PL050 # keyboard/mouse + select PL110 # pl111 LCD controller + select PL181 # display + select SMC91C111 config MAINSTONE bool diff --git a/hw/display/Kconfig b/hw/display/Kconfig index c236cd2..ac81eb4 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -26,6 +26,7 @@ config JAZZ_LED config PL110 bool + select FRAMEBUFFER config SII9022 bool -- cgit v1.1