Re: [PATCH v3 3/6] iio: enable selection and build of pulse drivers

2014-02-15 Thread Jonathan Cameron
On 05/02/14 19:01, Matt Porter wrote: Add the pulse driver subdirectory when configuring and building IIO. Signed-off-by: Matt Porter Hi Matt, This wants rolling into the driver patch before it. No point it giving it it's own patch. This will just lead to confusion on git bisections etc.

[PATCH v3 3/6] iio: enable selection and build of pulse drivers

2014-02-05 Thread Matt Porter
Add the pulse driver subdirectory when configuring and building IIO. Signed-off-by: Matt Porter --- drivers/iio/Kconfig | 1 + drivers/iio/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig index 5dd0e12..286acc3 100644 --- a/drivers/iio/Kco