diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-29 21:20:38 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-02-03 21:25:42 +0200 |
commit | 25dc2e0bd22ecf7be552c44a71c0abe68f6a641d (patch) | |
tree | a0b5eb8da5510b52b59af69cb96f711663c25923 /arch/arm/configs/lpc32xx_defconfig | |
parent | daae508779624aca1e936bd4eb7e9ef41031e0ae (diff) | |
download | linux-25dc2e0bd22ecf7be552c44a71c0abe68f6a641d.tar.gz linux-25dc2e0bd22ecf7be552c44a71c0abe68f6a641d.tar.bz2 linux-25dc2e0bd22ecf7be552c44a71c0abe68f6a641d.zip |
ARM: defconfig: lpc32xx: enable DRM simple panel driver
Phytec phyCORE-LPC3250 board is equipped with a Sharp LQ035Q7DB03
3.5" QVGA TFT panel, enable simple panel device driver to get it
supported in the kernel image by default.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs/lpc32xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 23b4d5348e39..e752fb704df0 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -107,6 +107,7 @@ CONFIG_PNX4008_WATCHDOG=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_DRM=y +CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PL111=y CONFIG_FB_MODE_HELPERS=y CONFIG_BACKLIGHT_LCD_SUPPORT=y |