mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
9eb08a435a
The CG3 framebuffer is a simple 8-bit framebuffer for use with operating systems such as early Solaris that do not have drivers for TCX. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> CC: Blue Swirl <blauwirbel@gmail.com> CC: Anthony Liguori <aliguori@amazon.com> CC: Peter Maydell <peter.maydell@linaro.org> CC: Bob Breuer <breuerr@mc.net> CC: Artyom Tarasenko <atar4qemu@gmail.com>
19 lines
309 B
Makefile
19 lines
309 B
Makefile
# Default configuration for sparc-softmmu
|
|
|
|
CONFIG_ECC=y
|
|
CONFIG_ESP=y
|
|
CONFIG_ESCC=y
|
|
CONFIG_M48T59=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_FDC=y
|
|
CONFIG_EMPTY_SLOT=y
|
|
CONFIG_PCNET_COMMON=y
|
|
CONFIG_LANCE=y
|
|
CONFIG_TCX=y
|
|
CONFIG_CG3=y
|
|
CONFIG_SLAVIO=y
|
|
CONFIG_CS4231=y
|
|
CONFIG_GRLIB=y
|
|
CONFIG_STP2000=y
|
|
CONFIG_ECCMEMCTL=y
|
|
CONFIG_SUN4M=y
|