drm: unbreak the DRM menu, broken by DRM_EXPORT_FOR_TESTS
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 6 Mar 2020 01:26:10 +0000 (17:26 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Mar 2020 11:15:43 +0000 (11:15 +0000)
commit9b6c80be979daaa8163578b00cb282a54943a996
tree885957f9cc377d9bc2a5a529b7b8ace6bbb5a302
parent7be1b9b8e9d1e9ef0342d2e001f44eec4030aa4d
drm: unbreak the DRM menu, broken by DRM_EXPORT_FOR_TESTS

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.

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>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/04221997-79ba-f8a2-4f2d-3c3d9f5219bc@infradead.org
drivers/gpu/drm/Kconfig