View previous topic :: View next topic |
Author |
Message |
pd1986 Guru

Joined: 19 Feb 2012 Posts: 404 Location: Paris
|
Posted: Mon Dec 14, 2015 10:34 am Post subject: what are the kernel drivers for CPU Camarillon and SMBus |
|
|
I am compiling the a kernel for a new laptop. But I didn't find the drivers for those device
Code: | 00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09)
Subsystem: Dell Broadwell-U Camarillo Device
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
Subsystem: Dell Wildcat Point-LP SMBus Controller
|
Thanks. |
|
Back to top |
|
 |
roarinelk Guru


Joined: 04 Mar 2004 Posts: 520
|
Posted: Tue Dec 15, 2015 9:43 am Post subject: |
|
|
The "Camarillo" Device should be supported by "ACPI INT340X thermal drivers" (CONFIG_INT340X_THERMAL)
the SMBus Controller has a driver with CONFIG_I2C_I801 ("Intel 82801 (ICH/PCH)"), although it probably won't attach since I2C is mostly used by ACPI. |
|
Back to top |
|
 |
pd1986 Guru

Joined: 19 Feb 2012 Posts: 404 Location: Paris
|
Posted: Tue Dec 15, 2015 2:34 pm Post subject: |
|
|
roarinelk wrote: | The "Camarillo" Device should be supported by "ACPI INT340X thermal drivers" (CONFIG_INT340X_THERMAL)
the SMBus Controller has a driver with CONFIG_I2C_I801 ("Intel 82801 (ICH/PCH)"), although it probably won't attach since I2C is mostly used by ACPI. |
Thank you for your help.
So you mean that even if I enable the I2C_i801, it won't be loaded and I could ingore that? Thanks. |
|
Back to top |
|
 |
|