This transforms the existing driver for the Microchip MCP9808 to be used as a generic driver to be used with all JEDEC JC 42.4 compliant temperature sensor chips. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SENSOR=y
|
|
#CONFIG_JC42_TRIGGER_NONE=y
|
|
CONFIG_JC42_TRIGGER_OWN_THREAD=y
|
|
#CONFIG_JC42_TRIGGER_GLOBAL_THREAD=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|