zephyr/drivers/sensor
Bogdan Davidoaia aad3e2a21e sensor: move driver specific options to separate Kconfig files
Move driver specific config options to separate Kconfig sub-files
as this is a more scalable approach when considering that multiple
sensor drivers will be added in the future.

Change-Id: Ia1d62afd628723be33868d6c1a956ca7b27eba88
Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
2016-03-17 15:59:17 +00:00
..
Kconfig sensor: move driver specific options to separate Kconfig files 2016-03-17 15:59:17 +00:00
Kconfig.mcp9808 sensor: move driver specific options to separate Kconfig files 2016-03-17 15:59:17 +00:00
Kconfig.sx9500 sensor: move driver specific options to separate Kconfig files 2016-03-17 15:59:17 +00:00
Makefile sensor: Add sx9500 SAR proximity driver 2016-03-15 18:04:19 -04:00
sensor.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
sensor_mcp9808.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
sensor_mcp9808.h drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
sensor_mcp9808_trigger.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
sensor_sx9500.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
sensor_sx9500.h drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
sensor_sx9500_trigger.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00