diff options
author | Cai Huoqing <cai.huoqing@linux.dev> | 2022-12-03 13:22:58 +0300 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-01-13 11:44:49 +0300 |
commit | 8391e000065d4fac88548e071fc43c3e07cb7047 (patch) | |
tree | a6478cbaf5bf7395bb14e5f6a5943bcad0ac0b02 /drivers/gpu/drm/Kconfig | |
parent | cfc8860eacec5da2ee2880c502b10daf196c6cbb (diff) | |
download | linux-8391e000065d4fac88548e071fc43c3e07cb7047.tar.xz |
drm: Remove the obsolete driver-via
Commit 399516ab0fee ("MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers")
marked via driver obsolete 7 years ago.
And the mesa UMD of this drm driver already in deprecated list
in the link: https://docs.mesa3d.org/systems.html
VIA Unichrome->drivers/gpu/drm/via
It's time to remove this driver.
Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Dave Airlie <airlied@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20221203102502.3185-8-cai.huoqing@linux.dev
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index d7b908d64523..3e98e7e5c438 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -398,13 +398,6 @@ menuconfig DRM_LEGACY if DRM_LEGACY -config DRM_VIA - tristate "Via unichrome video cards" - depends on DRM && PCI - help - Choose this option if you have a Via unichrome or compatible video - chipset. If M is selected the module will be called via. - endif # DRM_LEGACY config DRM_EXPORT_FOR_TESTS |