Re: [PATCH 02/18] drm/sun4i: Add if statement instead of depends on

2017-07-17 Thread Maxime Ripard
On Fri, Jul 14, 2017 at 11:09:07AM +0800, Chen-Yu Tsai wrote: > On Thu, Jul 13, 2017 at 10:12 PM, Maxime Ripard > wrote: > > The depends on relationship is obvious, and using an if statement will > > propagate it to every option without the need for each and every one of > > them to define it. > >

Re: [PATCH 02/18] drm/sun4i: Add if statement instead of depends on

2017-07-13 Thread Chen-Yu Tsai
On Thu, Jul 13, 2017 at 10:12 PM, Maxime Ripard wrote: > The depends on relationship is obvious, and using an if statement will > propagate it to every option without the need for each and every one of > them to define it. > > Signed-off-by: Maxime Ripard Reviewed-by: Chen-Yu Tsai

[PATCH 02/18] drm/sun4i: Add if statement instead of depends on

2017-07-13 Thread Maxime Ripard
The depends on relationship is obvious, and using an if statement will propagate it to every option without the need for each and every one of them to define it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/Kconfig | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --gi