summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.sensors
blob: 9a9b44f5f2b8585aee3d235188f8cc928455bfd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
menu "Sensors"

config ADK_KERNEL_HWMON
	boolean

config ADK_KPACKAGE_KMOD_CORETEMP
	prompt "Coretemp"
	boolean
	select ADK_KERNEL_EXPERIMENTAL
	select ADK_KERNEL_I2C
	select ADK_KERNEL_I2C_CHARDEV
	select ADK_KERNEL_HWMON
	default n
	help
	  Coretemp module

config ADK_KPACKAGE_KMOD_IT87
	prompt "IT87"
	boolean
	default n
	help
	  Module for IT87 smbus chipsets
endmenu