Re: [PATCH v1] drm/arm: Delete redundant CONFIG_DRM_ARM

2018-12-05 Thread Alexandru-Cosmin Gheorghe
Hi James, On Wed, Dec 05, 2018 at 03:41:35AM +, james qian wang (Arm Technology China) wrote: > Delete redundant CONFIG_DRM_ARM, and add a menu "ARM devices" to subclass > ARM device drivers. > > Signed-off-by: James (Qian) Wang Reviewed-by: Alexandru Gheorghe > --- > drivers/gpu/drm/Ma

[PATCH v1] drm/arm: Delete redundant CONFIG_DRM_ARM

2018-12-05 Thread james qian wang (Arm Technology China)
Delete redundant CONFIG_DRM_ARM, and add a menu "ARM devices" to subclass ARM device drivers. Signed-off-by: James (Qian) Wang --- drivers/gpu/drm/Makefile| 2 +- drivers/gpu/drm/arm/Kconfig | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/Make