From: Kory Maincent Date: Wed, 2 Nov 2022 17:10:07 +0000 (+0100) Subject: arm: configs: spear6xx: Enable PL110 display controller X-Git-Tag: v6.6.17~6040^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6a714415eb97cd5629e7cb80a928d55be1aef22;p=platform%2Fkernel%2Flinux-rpi.git arm: configs: spear6xx: Enable PL110 display controller Enable the PL110 DRM driver, used by the spear600. Signed-off-by: Kory Maincent Acked-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/configs/spear6xx_defconfig b/arch/arm/configs/spear6xx_defconfig index 1cf0621..3e2c2ab 100644 --- a/arch/arm/configs/spear6xx_defconfig +++ b/arch/arm/configs/spear6xx_defconfig @@ -40,6 +40,8 @@ CONFIG_GPIO_PL061=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y CONFIG_ARM_SP805_WATCHDOG=y +CONFIG_DRM=y +CONFIG_DRM_PL111=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y