2d22c6ad59
Pre-existing work from other sessions committed as durable state: - local/config/drivers.d/ (8 driver configs) - local/config/firmware-fallbacks.d/ (3 firmware configs) - local/patches/base/, kernel/, relibc/ (new patch carriers) - recipes/system/ symlinks (driver-params, acmd, ecmd, usbaudiod) pkgar build artifacts and cache intentionally excluded.
50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
# GPIO and I2C controller drivers
|
|
|
|
[[driver]]
|
|
name = "i2cd"
|
|
description = "I2C host adapter registry"
|
|
priority = 85
|
|
command = ["/usr/lib/drivers/i2cd"]
|
|
|
|
[[driver]]
|
|
name = "gpiod"
|
|
description = "GPIO controller registry"
|
|
priority = 85
|
|
command = ["/usr/lib/drivers/gpiod"]
|
|
|
|
[[driver]]
|
|
name = "dw-acpi-i2cd"
|
|
description = "DesignWare ACPI I2C controller"
|
|
priority = 80
|
|
command = ["/usr/lib/drivers/dw-acpi-i2cd"]
|
|
|
|
[[driver]]
|
|
name = "intel-gpiod"
|
|
description = "Intel ACPI GPIO registrar"
|
|
priority = 80
|
|
command = ["/usr/lib/drivers/intel-gpiod"]
|
|
|
|
[[driver]]
|
|
name = "amd-mp2-i2cd"
|
|
description = "AMD MP2 I2C controller"
|
|
priority = 80
|
|
command = ["/usr/lib/drivers/amd-mp2-i2cd"]
|
|
|
|
[[driver]]
|
|
name = "intel-lpss-i2cd"
|
|
description = "Intel LPSS I2C controller"
|
|
priority = 80
|
|
command = ["/usr/lib/drivers/intel-lpss-i2cd"]
|
|
|
|
[[driver]]
|
|
name = "i2c-gpio-expanderd"
|
|
description = "I2C GPIO expander companion bridge"
|
|
priority = 75
|
|
command = ["/usr/lib/drivers/i2c-gpio-expanderd"]
|
|
|
|
[[driver]]
|
|
name = "intel-thc-hidd"
|
|
description = "Intel THC QuickI2C HID transport"
|
|
priority = 75
|
|
command = ["/usr/lib/drivers/intel-thc-hidd"]
|