diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 22c1662de964..fd55c279915c 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1522,6 +1522,20 @@ config FB_VIA | |||
1522 | To compile this driver as a module, choose M here: the | 1522 | To compile this driver as a module, choose M here: the |
1523 | module will be called viafb. | 1523 | module will be called viafb. |
1524 | 1524 | ||
1525 | if FB_VIA | ||
1526 | |||
1527 | config FB_VIA_DIRECT_PROCFS | ||
1528 | bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" | ||
1529 | depends on FB_VIA | ||
1530 | default n | ||
1531 | help | ||
1532 | Allow direct hardware access to some output registers via procfs. | ||
1533 | This is dangerous but may provide the only chance to get the | ||
1534 | correct output device configuration. | ||
1535 | Its use is strongly discouraged. | ||
1536 | |||
1537 | endif | ||
1538 | |||
1525 | config FB_NEOMAGIC | 1539 | config FB_NEOMAGIC |
1526 | tristate "NeoMagic display support" | 1540 | tristate "NeoMagic display support" |
1527 | depends on FB && PCI | 1541 | depends on FB && PCI |