mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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>
This commit is contained in:
parent
08bcda026f
commit
4cdea98bfe
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue