diff options
author | Kory Maincent <kory.maincent@bootlin.com> | 2022-11-02 18:10:07 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-11-14 16:09:33 +0100 |
commit | a6a714415eb97cd5629e7cb80a928d55be1aef22 (patch) | |
tree | 6dbf131959768f03e268fa9cf342f18b002c281b | |
parent | c39a9e731a1da62efaad94a6bd67483e6856f625 (diff) | |
download | linux-a6a714415eb97cd5629e7cb80a928d55be1aef22.tar.bz2 |
arm: configs: spear6xx: Enable PL110 display controller
Enable the PL110 DRM driver, used by the spear600.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/spear6xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/spear6xx_defconfig b/arch/arm/configs/spear6xx_defconfig index 1cf0621d2154..3e2c2abae5ba 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 |