diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 23:22:10 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 23:53:04 +0200 |
commit | 29fa9ac559ef9f181523a068119c842c72ae5770 (patch) | |
tree | 7c28d4da302ece7fb8e57d13b44637050be63c66 /target/linux/generic | |
parent | 328ddcf628119733c511ec6cda06f2f0cc8d19ae (diff) | |
download | upstream-29fa9ac559ef9f181523a068119c842c72ae5770.tar.gz upstream-29fa9ac559ef9f181523a068119c842c72ae5770.tar.bz2 upstream-29fa9ac559ef9f181523a068119c842c72ae5770.zip |
kernel: disable some DRM_PANEL config options
The modules should not be build by default.
This fixes the build of the zynq target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index aa227ec6bf..7a53b06fa5 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1182,12 +1182,14 @@ CONFIG_DQL=y # CONFIG_DRM_OMAP is not set # CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set # CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_LVDS is not set # CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set # CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set # CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set # CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set # CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set # CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set # CONFIG_DRM_PARADE_PS8622 is not set # CONFIG_DRM_PL111 is not set # CONFIG_DRM_QXL is not set |