kernel: move DRM_DEBUG_* symbols to generic config
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 14 Jan 2018 18:06:55 +0000 (20:06 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 14 Jan 2018 18:15:01 +0000 (20:15 +0200)
commit34e319dd30581d4a7b19b322d44cd1cb935df233
treed76cbb666eeb874e35a5ac0ae49d8057d1605387
parenta405a93fa69cf836ed628ac86b90a6a718c36bae
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>
target/linux/generic/config-4.14
target/linux/x86/generic/config-default
target/linux/x86/legacy/config-default