Skip to content

Commit 31b0067

Browse files
linuswarndb
authored andcommitted
ARM: spear3xx_defconfig: Activate PL111 DRM driver
This disables the old FBDEV driver and enables the PL111 DRM driver on the SPEAr3xx. There are some device trees in the kernel that switches the DT node for the PL110 to "okay" but none of these have any display defined, so we can safely switch to this driver before we get any users starting to define displays. Let them do it on top of the new driver infrastructure instead. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 00c15bb commit 31b0067

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm/configs/spear3xx_defconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ CONFIG_GPIO_PL061=y
5252
# CONFIG_HWMON is not set
5353
CONFIG_WATCHDOG=y
5454
CONFIG_ARM_SP805_WATCHDOG=y
55-
CONFIG_FB=y
56-
CONFIG_FB_ARMCLCD=y
55+
CONFIG_DRM=y
56+
CONFIG_DRM_PL111=y
57+
CONFIG_BACKLIGHT_LCD_SUPPORT=y
58+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
5759
CONFIG_USB=y
5860
CONFIG_USB_EHCI_HCD=y
5961
CONFIG_USB_OHCI_HCD=y

0 commit comments

Comments
 (0)