From 914480a542aabd56ba5220afe0e234fd8213411e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 16 May 2016 09:45:56 -0700 Subject: drivers: Introduce AIODEV subsystem AIODEV/Aiodevice is a analog I/O framework that can be thought of as a simplified hybrid between 'hwmon' and 'IIO' subsystems of Linux kernel This commit is very heavily based on 'iodevice' framework proposal written by Sascha Hauer. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- drivers/aiodev/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 drivers/aiodev/Makefile (limited to 'drivers/aiodev/Makefile') diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile new file mode 100644 index 0000000000..806464ed69 --- /dev/null +++ b/drivers/aiodev/Makefile @@ -0,0 +1,2 @@ + +obj-$(CONFIG_AIODEV) += core.o -- cgit v1.2.3