summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-08-23 15:37:50 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-28 22:10:16 +1000
commitdc3f5d21680bd7950cc12a4e4bd3b5095226dc71 (patch)
tree0c9d7bbdf8b22d1749249a16ce18d926c5e355ca /arch/powerpc/configs
parent641f656db0b641c4f01a6284f359679dbe57a314 (diff)
downloadop-kernel-dev-dc3f5d21680bd7950cc12a4e4bd3b5095226dc71.zip
op-kernel-dev-dc3f5d21680bd7950cc12a4e4bd3b5095226dc71.tar.gz
powerpc/configs: Turn CONFIG_R128 back in pmac32_defconfig
In commit d92d9c3a1448 ("drm: hide legacy drivers with CONFIG_DRM_LEGACY") CONFIG_R128 was moved behind CONFIG_DRM_LEGACY meaning it stopped being enabled by pmac32_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/pmac32_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig
index 441139e74..8e798b1 100644
--- a/arch/powerpc/configs/pmac32_defconfig
+++ b/arch/powerpc/configs/pmac32_defconfig
@@ -201,8 +201,9 @@ CONFIG_HWMON=m
CONFIG_AGP=m
CONFIG_AGP_UNINORTH=m
CONFIG_DRM=m
-CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
+CONFIG_DRM_LEGACY=y
+CONFIG_DRM_R128=m
CONFIG_FB=y
CONFIG_FB_OF=y
CONFIG_FB_CONTROL=y
OpenPOWER on IntegriCloud