diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e6a8d8c0101d..6d139679eb7a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1562,6 +1562,17 @@ config FB_VIA_DIRECT_PROCFS | |||
1562 | correct output device configuration. | 1562 | correct output device configuration. |
1563 | Its use is strongly discouraged. | 1563 | Its use is strongly discouraged. |
1564 | 1564 | ||
1565 | config FB_VIA_X_COMPATIBILITY | ||
1566 | bool "X server compatibility" | ||
1567 | depends on FB_VIA | ||
1568 | default n | ||
1569 | help | ||
1570 | This option reduces the functionality (power saving, ...) of the | ||
1571 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
1572 | If you use any X server other than fbdev you should enable this | ||
1573 | otherwise it should be safe to disable it and allow using all | ||
1574 | features. | ||
1575 | |||
1565 | endif | 1576 | endif |
1566 | 1577 | ||
1567 | config FB_NEOMAGIC | 1578 | config FB_NEOMAGIC |