diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 08:37:54 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 15:10:18 +0300 |
commit | 22220b16dfcb0ca59575be6dbcfa7d28efe8817f (patch) | |
tree | 28a59bb5ca8a5d638cfe89d3bbcedae96e688b67 /arch | |
parent | edff6940870a0d146c84fadd084f03c3f411b7d6 (diff) | |
download | linux-22220b16dfcb0ca59575be6dbcfa7d28efe8817f.tar.xz |
powerpc/configs/mpc5200: Drop no longer needed CONFIG_FB
Since commit a03fdcb18632 ("drm: Add top level Kconfig option for DRM
fbdev emulation") we no longer need to set CONFIG_FB in our
defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/configs/mpc5200_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig index faa3d5789db8..7a2b2aa37def 100644 --- a/arch/powerpc/configs/mpc5200_defconfig +++ b/arch/powerpc/configs/mpc5200_defconfig @@ -70,12 +70,10 @@ CONFIG_SENSORS_LM87=m CONFIG_WATCHDOG=y CONFIG_MFD_SM501=m CONFIG_DRM=y -CONFIG_FB=y CONFIG_FB_FOREIGN_ENDIAN=y CONFIG_FB_RADEON=y CONFIG_FB_SM501=m # CONFIG_VGA_CONSOLE is not set -CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y CONFIG_SOUND=y CONFIG_SND=y |