Fix LINT: Add backlight to NOTES
This commit is contained in:
parent
65a98c883e
commit
88d21a5afe
@ -538,6 +538,7 @@ device ioat # Intel I/OAT DMA engine
|
||||
# Laptop/Notebook options:
|
||||
#
|
||||
|
||||
device backlight
|
||||
|
||||
#
|
||||
# I2C Bus
|
||||
|
@ -45,6 +45,9 @@ device nvmem
|
||||
device regulator
|
||||
device syscon
|
||||
|
||||
# Backlight subsystem
|
||||
device backlight
|
||||
|
||||
# Undo options from sys/conf/NOTES that we do not want...
|
||||
|
||||
nooptions COMPAT_FREEBSD4
|
||||
|
@ -191,6 +191,9 @@ device regulator
|
||||
device syscon
|
||||
device aw_syscon
|
||||
|
||||
# Backlight subsystem
|
||||
device backlight
|
||||
|
||||
# Misc devices.
|
||||
device pl330 # ARM PL330 dma controller
|
||||
device xdma # xDMA framework for SoC on-chip dma controllers
|
||||
|
@ -784,6 +784,8 @@ device aesni # AES-NI OpenCrypto module
|
||||
# apm under `Miscellaneous hardware'
|
||||
# above.
|
||||
|
||||
device backlight
|
||||
|
||||
# For older notebooks that signal a powerfail condition (external
|
||||
# power supply dropped, or battery state low) by issuing an NMI:
|
||||
|
||||
|
@ -68,6 +68,9 @@ device snd_ai2s # Apple I2S Audio
|
||||
device snd_davbus # Apple Davbus Audio
|
||||
device adm1030 # Apple G4 MDD fan controller
|
||||
|
||||
# Backlight subsystem
|
||||
device backlight
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
|
Loading…
x
Reference in New Issue
Block a user