Skip to content

Commit 1a4aacd

Browse files
linuswarndb
authored andcommitted
ARM: defconfig: integrator: Switch to DRM
This switches the ARM Integrator to use the new PL11x DRM driver. We need CMA enabled to get coherent allocations at all times. The dumb VGA DAC bridge is needed for the VGA output on the reference designs, and backlight is needed when using an external display. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent e9b4c1c commit 1a4aacd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

arch/arm/configs/integrator_defconfig

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=y
2727
CONFIG_CPU_FREQ_GOV_USERSPACE=y
2828
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
2929
CONFIG_CPUFREQ_DT=y
30+
CONFIG_CMA=y
3031
CONFIG_NET=y
3132
CONFIG_PACKET=y
3233
CONFIG_UNIX=y
@@ -53,13 +54,17 @@ CONFIG_E100=y
5354
CONFIG_SMC91X=y
5455
# CONFIG_KEYBOARD_ATKBD is not set
5556
# CONFIG_SERIO_SERPORT is not set
56-
CONFIG_FB=y
57+
CONFIG_DRM=y
58+
CONFIG_DRM_DUMB_VGA_DAC=y
59+
CONFIG_DRM_PL111=y
5760
CONFIG_FB_MODE_HELPERS=y
58-
CONFIG_FB_ARMCLCD=y
5961
CONFIG_FB_MATROX=y
6062
CONFIG_FB_MATROX_MILLENIUM=y
6163
CONFIG_FB_MATROX_MYSTIQUE=y
64+
CONFIG_BACKLIGHT_LCD_SUPPORT=y
65+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
6266
# CONFIG_VGA_CONSOLE is not set
67+
CONFIG_LOGO=y
6368
CONFIG_MMC=y
6469
CONFIG_MMC_ARMMMCI=y
6570
CONFIG_NEW_LEDS=y

0 commit comments

Comments
 (0)