:orphan: .. title:: TEMP_KINETIS .. option:: CONFIG_TEMP_KINETIS *NXP Kinetis Temperature Sensor* Type: ``bool`` Help ==== Enable driver for NXP Kinetis temperature sensor. Direct dependencies =================== (\ :option:`SENSOR ` && \ :option:`ADC ` && \ :option:`BOARD_FRDM_K64F `) || (\ :option:`SENSOR ` && \ :option:`ADC ` && \ :option:`BOARD_TWR_KE18F `) || (\ :option:`ADC ` && \ :option:`SOC_FAMILY_KINETIS ` && \ :option:`SENSOR `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if n - y if n Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/frdm_k64f/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TEMP_KINETIS bool default y if n depends on \ :option:`SENSOR ` && \ :option:`ADC ` && \ :option:`BOARD_FRDM_K64F ` ---- At ``boards/arm/twr_ke18f/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TEMP_KINETIS bool default y if n depends on \ :option:`SENSOR ` && \ :option:`ADC ` && \ :option:`BOARD_TWR_KE18F ` ---- At ``drivers/sensor/nxp_kinetis_temp/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:191`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config TEMP_KINETIS bool "NXP Kinetis Temperature Sensor" depends on \ :option:`ADC ` && \ :option:`SOC_FAMILY_KINETIS ` && \ :option:`SENSOR ` help Enable driver for NXP Kinetis temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*