blob: 941913bbddaa40aaeb0963a0ea7234784b8ed261 (
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
25
|
menu "Sensors"
config ADK_KERNEL_HWMON
boolean
config ADK_KPACKAGE_KMOD_CORETEMP
prompt "kmod-coretemp..................... Coretemp"
boolean
select ADK_KERNEL_I2C
select ADK_KERNEL_I2C_CHARDEV
select ADK_KERNEL_HWMON
select ADK_KERNEL_EXPERIMENTAL
default n
help
Coretemp module
config ADK_KPACKAGE_KMOD_IT87
prompt "kmod-it87......................... it87"
boolean
default n
help
Module for IT87 smbus chipsets
endmenu
|