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)
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>

No differences found