Re: [PATCH] platform/x86: Add IIO dependency to ACPI_TOSHIBA

2016-06-28 Thread Azael Avalos
2016-06-28 23:16 GMT-06:00 Darren Hart : > On Tue, Jun 28, 2016 at 01:58:55PM -0600, Azael Avalos wrote: >> The toshiba_acpi driver added support to the accelerometer axis >> via the IIO subsystem, but failed to add the dependency to the >> Kconfig file, making the driver fail to compile if the IIO

Re: [PATCH] platform/x86: Add IIO dependency to ACPI_TOSHIBA

2016-06-28 Thread Darren Hart
On Tue, Jun 28, 2016 at 01:58:55PM -0600, Azael Avalos wrote: > The toshiba_acpi driver added support to the accelerometer axis > via the IIO subsystem, but failed to add the dependency to the > Kconfig file, making the driver fail to compile if the IIO > subsystem is not selected. > > This patch