diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-01-14 20:06:55 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-01-14 20:15:01 +0200 |
commit | 34e319dd30581d4a7b19b322d44cd1cb935df233 (patch) | |
tree | d76cbb666eeb874e35a5ac0ae49d8057d1605387 /target/linux/x86/generic/config-default | |
parent | a405a93fa69cf836ed628ac86b90a6a718c36bae (diff) | |
download | mtk-20170518-34e319dd30581d4a7b19b322d44cd1cb935df233.zip mtk-20170518-34e319dd30581d4a7b19b322d44cd1cb935df233.tar.gz mtk-20170518-34e319dd30581d4a7b19b322d44cd1cb935df233.tar.bz2 |
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/x86/generic/config-default')
-rw-r--r-- | target/linux/x86/generic/config-default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index c7e7ed3..327e7c6 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -72,8 +72,6 @@ CONFIG_DRM_AMDGPU=y # CONFIG_DRM_AMD_ACP is not set CONFIG_DRM_BOCHS=y CONFIG_DRM_BRIDGE=y -# CONFIG_DRM_DEBUG_MM is not set -# CONFIG_DRM_DEBUG_MM_SELFTEST is not set CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 # CONFIG_DRM_GMA500 is not set |