Blame view

bootloader/u-boot_2015_04/drivers/thermal/Kconfig 339 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
  config DM_THERMAL
  	bool "Driver support for thermal devices"
  	help
  	  Enable support for temporary-sensing devices. Some SoCs have on-chip
  	  temperature sensors to permit warnings, speed throttling or even
  	  automatic power-off when the temperature gets too high or low. Other
  	  devices may be discrete but connected on a suitable bus.