diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:54 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:18 +0200 |
commit | 22220b16dfcb0ca59575be6dbcfa7d28efe8817f (patch) | |
tree | 28a59bb5ca8a5d638cfe89d3bbcedae96e688b67 /arch/powerpc/configs/mpc5200_defconfig | |
parent | powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n (diff) | |
download | linux-22220b16dfcb0ca59575be6dbcfa7d28efe8817f.tar.xz linux-22220b16dfcb0ca59575be6dbcfa7d28efe8817f.zip |
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/powerpc/configs/mpc5200_defconfig')
-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 |