diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2019-02-18 20:49:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-19 22:11:29 +0100 |
commit | 02644e56126d2dafcc2eb1391e03b4fcf22a9a7d (patch) | |
tree | 3758fc368fe97494412de8e3c02ae28f499d17d9 /target/linux | |
parent | 1bdd3b5f7dde6ed5f81816237dda03371b32276c (diff) | |
download | upstream-02644e56126d2dafcc2eb1391e03b4fcf22a9a7d.tar.gz upstream-02644e56126d2dafcc2eb1391e03b4fcf22a9a7d.tar.bz2 upstream-02644e56126d2dafcc2eb1391e03b4fcf22a9a7d.zip |
generic: kernel: Add missing config option
DRM packages break modules compilation for sunxi target,
cortexa7 and cortexa8 subtargets.
This patch add missing symbol to generic config.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 8fd0d469fd..08d6196237 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1205,6 +1205,7 @@ CONFIG_DQL=y # CONFIG_DRM_SIL_SII8620 is not set # CONFIG_DRM_STI is not set # CONFIG_DRM_STM is not set +# CONFIG_DRM_SUN4I is not set # CONFIG_DRM_TILCDC is not set # CONFIG_DRM_TINYDRM is not set # CONFIG_DRM_TI_TFP410 is not set diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 343ee86619..2e9729f0b4 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -1272,6 +1272,7 @@ CONFIG_DQL=y # CONFIG_DRM_SIL_SII8620 is not set # CONFIG_DRM_STI is not set # CONFIG_DRM_STM is not set +# CONFIG_DRM_SUN4I is not set # CONFIG_DRM_THINE_THC63LVD1024 is not set # CONFIG_DRM_TILCDC is not set # CONFIG_DRM_TINYDRM is not set diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 8de01a5306..cdbc86e85b 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -1113,6 +1113,7 @@ CONFIG_DQL=y # CONFIG_DRM_RADEON is not set # CONFIG_DRM_SII902X is not set # CONFIG_DRM_STI is not set +# CONFIG_DRM_SUN4I is not set # CONFIG_DRM_TILCDC is not set # CONFIG_DRM_TOSHIBA_TC358767 is not set # CONFIG_DRM_UDL is not set |