Re: [PATCH] iio/adc: depend on SYSFS instead of selecting it

2018-01-21 Thread Jonathan Cameron
On Sun, 14 Jan 2018 21:11:05 -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 that. > > This also makes a

[PATCH] iio/adc: depend on SYSFS instead of selecting it

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. This also makes all IIO drivers consistent w.r.t depending on SYSFS instead of selecting