20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
|
menu "Graphics drivers"
|
||
|
|
||
|
config BR2_PACKAGE_QTOPIA4_GFX_LINUXFB
|
||
|
bool "Linux Framebuffer"
|
||
|
default y
|
||
|
|
||
|
config BR2_PACKAGE_QTOPIA4_GFX_TRANSFORMED
|
||
|
bool "Transformed"
|
||
|
|
||
|
config BR2_PACKAGE_QTOPIA4_GFX_QVFB
|
||
|
bool "Qt Virtual Framebuffer"
|
||
|
|
||
|
config BR2_PACKAGE_QTOPIA4_GFX_VNC
|
||
|
bool "VNC"
|
||
|
|
||
|
config BR2_PACKAGE_QTOPIA4_GFX_MULTISCREEN
|
||
|
bool "multiscreen"
|
||
|
|
||
|
endmenu
|