aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-4.14
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2018-01-14 20:06:55 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2018-01-14 20:15:01 +0200
commit34e319dd30581d4a7b19b322d44cd1cb935df233 (patch)
treed76cbb666eeb874e35a5ac0ae49d8057d1605387 /target/linux/generic/config-4.14
parenta405a93fa69cf836ed628ac86b90a6a718c36bae (diff)
downloadupstream-34e319dd30581d4a7b19b322d44cd1cb935df233.tar.gz
upstream-34e319dd30581d4a7b19b322d44cd1cb935df233.tar.bz2
upstream-34e319dd30581d4a7b19b322d44cd1cb935df233.zip
kernel: move DRM_DEBUG_* symbols to generic config
While working on a new target (meson), the kernel build failed due to missing DRM_DEBUG_MM_SELFTEST symbol. This can potentially happen on all targets that enable DRM drivers in the kernel config or via kmod packages, so add it to the generic config and remove it from x86 subtarget configs, together with DRM_DEBUG_MM. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/config-4.14')
-rw-r--r--target/linux/generic/config-4.142
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 7b9f8d04c4..5e6547e698 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -1140,6 +1140,8 @@ CONFIG_DQL=y
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_DP_AUX_CHARDEV is not set
+# CONFIG_DRM_DEBUG_MM is not set
+# CONFIG_DRM_DEBUG_MM_SELFTEST is not set
# CONFIG_DRM_DUMB_VGA_DAC is not set
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_EXYNOS is not set