mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Build cpufreq and acpi_perf on platforms that are likely to be able to
use them.
This commit is contained in:
parent
cdef3cf441
commit
69bc96f231
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141369
@ -205,6 +205,9 @@ options ACPI_MAX_THREADS=1
|
||||
#!options ACPI_NO_SEMAPHORES
|
||||
#!options ACPICA_PEDANTIC
|
||||
|
||||
# Support for ACPI CPU Performance states via cpufreq(4)
|
||||
device acpi_perf
|
||||
|
||||
# DRM options:
|
||||
# mgadrm: AGP Matrox G200, G400, G450, G550
|
||||
# r128drm: ATI Rage 128
|
||||
|
@ -424,7 +424,7 @@ dev/cardbus/cardbus_cis.c optional cardbus
|
||||
dev/ciss/ciss.c optional ciss
|
||||
dev/cm/smc90cx6.c optional cm
|
||||
dev/cnw/if_cnw.c optional cnw pccard
|
||||
dev/cpufreq/ichss.c optional ichss
|
||||
dev/cpufreq/ichss.c optional cpufreq
|
||||
dev/cs/if_cs.c optional cs
|
||||
dev/cs/if_cs_isa.c optional cs isa
|
||||
dev/cs/if_cs_pccard.c optional cs pccard
|
||||
|
@ -448,6 +448,9 @@ device acpi_asus
|
||||
# ACPI Panasonic Extras (LCD backlight/brightness, video output, etc.)
|
||||
device acpi_panasonic
|
||||
|
||||
# Support for ACPI CPU Performance states via cpufreq(4)
|
||||
device acpi_perf
|
||||
|
||||
# ACPI Sony extra (LCD brightness)
|
||||
device acpi_sony
|
||||
|
||||
@ -457,6 +460,9 @@ device acpi_toshiba
|
||||
# ACPI Video Extensions (LCD backlight/brightness, video output, etc.)
|
||||
device acpi_video
|
||||
|
||||
# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
|
||||
device cpufreq
|
||||
|
||||
# DRM options:
|
||||
# mgadrm: AGP Matrox G200, G400, G450, G550
|
||||
# r128drm: ATI Rage 128
|
||||
|
@ -47,6 +47,10 @@ options ACPI_DEBUG
|
||||
options KSTACK_PAGES=3
|
||||
|
||||
device acpi
|
||||
|
||||
# Support for ACPI CPU Performance states via cpufreq(4)
|
||||
device acpi_perf
|
||||
|
||||
device agp
|
||||
device eisa
|
||||
device isa
|
||||
|
Loading…
Reference in New Issue
Block a user