diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2016-02-23 20:55:05 -0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-02-24 01:14:53 -0500 |
commit | 289543a5c21a20ca88b803750a6cfe1a951eed5f (patch) | |
tree | 1a0178005647b7ec7444330124c3aab1e5b048f1 | |
parent | 78a31c764bf596bd301b74b4267d7a993ada53d1 (diff) |
powerpc/powernv: Add AST graphics driver to powernv_defconfig
Most current OpenPOWER platforms have an AST BMC, so add graphics
support via the AST DRM driver.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/powernv_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index ed84b2b0bd13..045031048f8d 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig | |||
@@ -186,7 +186,8 @@ CONFIG_IPMI_DEVICE_INTERFACE=y | |||
186 | CONFIG_IPMI_POWERNV=y | 186 | CONFIG_IPMI_POWERNV=y |
187 | CONFIG_RAW_DRIVER=y | 187 | CONFIG_RAW_DRIVER=y |
188 | CONFIG_MAX_RAW_DEVS=1024 | 188 | CONFIG_MAX_RAW_DEVS=1024 |
189 | CONFIG_FB=y | 189 | CONFIG_DRM=y |
190 | CONFIG_DRM_AST=y | ||
190 | CONFIG_FIRMWARE_EDID=y | 191 | CONFIG_FIRMWARE_EDID=y |
191 | CONFIG_FB_OF=y | 192 | CONFIG_FB_OF=y |
192 | CONFIG_FB_MATROX=y | 193 | CONFIG_FB_MATROX=y |
@@ -197,7 +198,6 @@ CONFIG_FB_RADEON=y | |||
197 | CONFIG_FB_IBM_GXT4500=y | 198 | CONFIG_FB_IBM_GXT4500=y |
198 | CONFIG_LCD_PLATFORM=m | 199 | CONFIG_LCD_PLATFORM=m |
199 | # CONFIG_VGA_CONSOLE is not set | 200 | # CONFIG_VGA_CONSOLE is not set |
200 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
201 | CONFIG_LOGO=y | 201 | CONFIG_LOGO=y |
202 | CONFIG_HID_GYRATION=y | 202 | CONFIG_HID_GYRATION=y |
203 | CONFIG_HID_PANTHERLORD=y | 203 | CONFIG_HID_PANTHERLORD=y |