Re: [PATCH] staging: unisys: change select to depends for subsystems

2018-01-15 Thread Randy Dunlap
On 01/15/18 06:54, Greg Kroah-Hartman wrote: > On Sun, Jan 14, 2018 at 09:10:54PM -0800, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Drivers should not 'select' a subsystem. Instead they should depend >> on it. If the subsystem is disabled, the user probably did that

Re: [PATCH] staging: unisys: change select to depends for subsystems

2018-01-15 Thread Greg Kroah-Hartman
On Sun, Jan 14, 2018 at 09:10:54PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Drivers should not 'select' a subsystem. Instead they should depend > on it. If the subsystem is disabled, the user probably did that for > a purpose and one driver shouldn't be changing

[PATCH] staging: unisys: change select to depends for subsystems

2018-01-14 Thread Randy Dunlap
From: Randy Dunlap Drivers should not 'select' a subsystem. Instead they should depend on it. If the subsystem is disabled, the user probably did that for a purpose and one driver shouldn't be changing that. Signed-off-by: Randy Dunlap Cc: David