Re: [PATCH] drm: fix MMU dependencies

2017-01-12 Thread Daniel Vetter
On Thu, Jan 12, 2017 at 09:57:36AM +0100, Benjamin Gaignard wrote: > DRM_VM and DRM_LEGACY shouldn't be selected if MMU isn't set. > > Fixes: 62a0d98a188c ("drm: allow to use mmuless SoC") > Signed-off-by: Benjamin Gaignard > Cc: Arnd Bergmann > Cc: Daniel Vetter Let's see how much we're going

[PATCH] drm: fix MMU dependencies

2017-01-12 Thread Benjamin Gaignard
DRM_VM and DRM_LEGACY shouldn't be selected if MMU isn't set. Fixes: 62a0d98a188c ("drm: allow to use mmuless SoC") Signed-off-by: Benjamin Gaignard Cc: Arnd Bergmann Cc: Daniel Vetter --- drivers/gpu/drm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/g