mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add generic device-tree cpufreq driver.
This commit is contained in:
parent
da0fc9250c
commit
0fbb017195
2 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ device virtio_mmio
|
|||
device virtio_blk
|
||||
device vtnet
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
||||
# Bus drivers
|
||||
device pci
|
||||
options PCI_HP # PCI-Express native HotPlug
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ crypto/blowfish/bf_enc.c optional crypto | ipsec
|
|||
crypto/des/des_enc.c optional crypto | ipsec | netsmb
|
||||
dev/acpica/acpi_if.m optional acpi
|
||||
dev/ahci/ahci_generic.c optional ahci fdt
|
||||
dev/cpufreq/cpufreq_dt.c optional cpufreq fdt
|
||||
dev/hwpmc/hwpmc_arm64.c optional hwpmc
|
||||
dev/hwpmc/hwpmc_arm64_md.c optional hwpmc
|
||||
dev/mmc/host/dwmmc.c optional dwmmc fdt
|
||||
|
|
|
|||
Loading…
Reference in a new issue