Quoting Randy Dunlap (2020-03-06 01:26:10)
From: Randy Dunlap rdunlap@infradead.org
Unbreak the DRM menu. This Kconfig symbol does not depend on DRM, so the menu is broken at that point.
Move the symbol to a location in the Kconfig file so that it does not break the dependency continuity.
I suspect it was me, thanks for fixing it!
Fixes: 6349120ddcbf ("drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig") Signed-off-by: Randy Dunlap rdunlap@infradead.org Cc: Chris Wilson chris@chris-wilson.co.uk Cc: Daniel Vetter daniel.vetter@ffwll.ch
Reviewed-by: Chris Wilson chris@chris-wilson.co.uk -Chris