mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
The Display Port has some strong PIXMAN dependency. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
949c084ad6
commit
04c4cc10d9
3 changed files with 8 additions and 2 deletions
|
@ -134,3 +134,8 @@ config MACFB
|
|||
bool
|
||||
select FRAMEBUFFER
|
||||
depends on NUBUS
|
||||
|
||||
config XLNX_DISPLAYPORT
|
||||
bool
|
||||
# defaults to "N", enabled by specific boards
|
||||
depends on PIXMAN
|
||||
|
|
|
@ -58,7 +58,7 @@ if config_all_devices.has_key('CONFIG_QXL')
|
|||
endif
|
||||
|
||||
system_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c'))
|
||||
system_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dp.c'))
|
||||
system_ss.add(when: 'CONFIG_XLNX_DISPLAYPORT', if_true: files('xlnx_dp.c'))
|
||||
|
||||
system_ss.add(when: 'CONFIG_ARTIST', if_true: files('artist.c'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue