Re: [PATCH] gpio: mockup: add sysfs dependency

2016-10-12 Thread Linus Walleij
On Mon, Oct 10, 2016 at 2:42 PM, Arnd Bergmann wrote: > Building the gpio-mockup driver without SYSFS results in a harmless Kconfig > warning: > > warning: (GPIO_MOCKUP) selects GPIO_SYSFS which has unmet direct dependencies > (GPIOLIB && SYSFS) > > We can easily avoid that

Re: [PATCH] gpio: mockup: add sysfs dependency

2016-10-12 Thread Linus Walleij
On Mon, Oct 10, 2016 at 2:42 PM, Arnd Bergmann wrote: > Building the gpio-mockup driver without SYSFS results in a harmless Kconfig > warning: > > warning: (GPIO_MOCKUP) selects GPIO_SYSFS which has unmet direct dependencies > (GPIOLIB && SYSFS) > > We can easily avoid that warning by adding a

[PATCH] gpio: mockup: add sysfs dependency

2016-10-10 Thread Arnd Bergmann
Building the gpio-mockup driver without SYSFS results in a harmless Kconfig warning: warning: (GPIO_MOCKUP) selects GPIO_SYSFS which has unmet direct dependencies (GPIOLIB && SYSFS) We can easily avoid that warning by adding a dependency on SYSFS. Fixes: 0f98dd1b27d2 ("gpio/mockup: add virtual

[PATCH] gpio: mockup: add sysfs dependency

2016-10-10 Thread Arnd Bergmann
Building the gpio-mockup driver without SYSFS results in a harmless Kconfig warning: warning: (GPIO_MOCKUP) selects GPIO_SYSFS which has unmet direct dependencies (GPIOLIB && SYSFS) We can easily avoid that warning by adding a dependency on SYSFS. Fixes: 0f98dd1b27d2 ("gpio/mockup: add virtual