This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
052664d282
zephyr
/
drivers
/
aio
/
Makefile
2 lines
59 B
Makefile
Raw
Normal View
History
Unescape
Escape
aio: QMSI analog comparator driver This creates the QMSI comparator driver which is simply a shim driver based on the comparator driver provided by QMSI BSP. In order to enable this driver, the following options should be set: CONFIG_QMSI_DRIVERS=y CONFIG_QMSI_INSTALL_PATH="/path/to/libqmsi/directory" CONFIG_AIO_COMPARATOR=y CONFIG_AIO_QMSI_COMPARATOR=y Origin of the file: Original Change-Id: Iad01cb80f7bb1eff1710cd76cd0afeb70c311e04 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-03-10 10:46:15 +08:00
obj-$(CONFIG_AIO_QMSI_COMPARATOR)
+=
aio_qmsi_comparator.o