On Wed, Nov 22, 2023 at 7:25 AM Thomas Zimmermann <[email protected]> wrote: > > DRM drivers for user-space modesetting have been removed. Do not > select the respective options in the default configs. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Fixes: a276afc19eec ("drm: Remove some obsolete drm pciids(tdfx, mga, i810, > savage, r128, sis, via)") > Cc: Cai Huoqing <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Dave Airlie <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > Cc: Maarten Lankhorst <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: [email protected] > Cc: <[email protected]> # v6.3+
Acked-by: Alex Deucher <[email protected]> > --- > arch/powerpc/configs/pmac32_defconfig | 2 -- > arch/powerpc/configs/ppc6xx_defconfig | 7 ------- > 2 files changed, 9 deletions(-) > > diff --git a/arch/powerpc/configs/pmac32_defconfig > b/arch/powerpc/configs/pmac32_defconfig > index 57ded82c28409..e41e7affd2482 100644 > --- a/arch/powerpc/configs/pmac32_defconfig > +++ b/arch/powerpc/configs/pmac32_defconfig > @@ -188,8 +188,6 @@ CONFIG_AGP=m > CONFIG_AGP_UNINORTH=m > CONFIG_DRM=m > CONFIG_DRM_RADEON=m > -CONFIG_DRM_LEGACY=y > -CONFIG_DRM_R128=m > CONFIG_FB=y > CONFIG_FB_OF=y > CONFIG_FB_CONTROL=y > diff --git a/arch/powerpc/configs/ppc6xx_defconfig > b/arch/powerpc/configs/ppc6xx_defconfig > index f279703425d45..e680cd086f0e8 100644 > --- a/arch/powerpc/configs/ppc6xx_defconfig > +++ b/arch/powerpc/configs/ppc6xx_defconfig > @@ -678,13 +678,6 @@ CONFIG_AGP=y > CONFIG_AGP_UNINORTH=y > CONFIG_DRM=m > CONFIG_DRM_RADEON=m > -CONFIG_DRM_LEGACY=y > -CONFIG_DRM_TDFX=m > -CONFIG_DRM_R128=m > -CONFIG_DRM_MGA=m > -CONFIG_DRM_SIS=m > -CONFIG_DRM_VIA=m > -CONFIG_DRM_SAVAGE=m > CONFIG_FB=y > CONFIG_FB_CIRRUS=m > CONFIG_FB_OF=y > -- > 2.42.1 >
