diff options
Diffstat (limited to 'hw/display/Kconfig')
| -rw-r--r-- | hw/display/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index c500d1fc6d..15d59e10dc 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -91,6 +91,10 @@ config TCX config CG3 bool +config ARTIST + bool + select FRAMEBUFFER + config VGA bool |