diff options
-rw-r--r-- | linux-core/Kconfig | 7 | ||||
-rw-r--r-- | linux/Kconfig | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/linux-core/Kconfig b/linux-core/Kconfig index 57786034..e45e723b 100644 --- a/linux-core/Kconfig +++ b/linux-core/Kconfig @@ -81,3 +81,10 @@ config DRM_SIS chipset. If M is selected the module will be called sis. AGP support is required for this driver to work. +config DRM_VIA + tristate "Via unichrome video cards" + depends on DRM + help + Choose this option if you have a Via unichrome or compatible video + chipset. If M is selected the module will be called via. + diff --git a/linux/Kconfig b/linux/Kconfig index 57786034..e45e723b 100644 --- a/linux/Kconfig +++ b/linux/Kconfig @@ -81,3 +81,10 @@ config DRM_SIS chipset. If M is selected the module will be called sis. AGP support is required for this driver to work. +config DRM_VIA + tristate "Via unichrome video cards" + depends on DRM + help + Choose this option if you have a Via unichrome or compatible video + chipset. If M is selected the module will be called via. + |