summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-08-23 15:37:55 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-28 22:10:18 +1000
commitf963937a162d8407da41421d5e5bac3169f68f58 (patch)
tree746d502e9411baa1d48c147d83f051591bfd211a /arch/powerpc/configs
parent22220b16dfcb0ca59575be6dbcfa7d28efe8817f (diff)
downloadop-kernel-dev-f963937a162d8407da41421d5e5bac3169f68f58.zip
op-kernel-dev-f963937a162d8407da41421d5e5bac3169f68f58.tar.gz
powerpc/configs/6xx: Turn CONFIG_DRM_RADEON back on
In commit d92d9c3a1448 ("drm: hide legacy drivers with CONFIG_DRM_LEGACY") CONFIG_DRM_RADEON was moved behind CONFIG_DRM_LEGACY meaning it stopped being enabled by ppc6xx_defconfig. Although no one has noticed, given this is basically a legacy platform, it seems anyone who is using it probably still wants this driver. So turn it back on for now. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/ppc6xx_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig
index ef817c7..6f0b66e 100644
--- a/arch/powerpc/configs/ppc6xx_defconfig
+++ b/arch/powerpc/configs/ppc6xx_defconfig
@@ -744,9 +744,10 @@ CONFIG_MFD_SM501_GPIO=y
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_RADEON=m
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
CONFIG_DRM_VIA=m
OpenPOWER on IntegriCloud