add a config fragment to include all ppbus devices to make it simpler
to compile test; right now assumes attachment of atppc(4) via acpi
This commit is contained in:
parent
31b98d959c
commit
60ef6bcfd7
18
sys/dev/ppbus/ppbusdevices.config
Normal file
18
sys/dev/ppbus/ppbusdevices.config
Normal file
@ -0,0 +1,18 @@
|
||||
# $NetBSD: ppbusdevices.config,v 1.1 2020/02/04 21:09:03 jdolecek Exp $
|
||||
#
|
||||
# This file contains all ppbus related configuration.
|
||||
# It is suitable for inclusion in a kernel config(5) file.
|
||||
#
|
||||
|
||||
# Driver for AT-style parallel port chip sets, replaces plain lpt(4)
|
||||
#no lpt* at acpi? # actually lpt* at acpi? commented out in amd64 GENERIC
|
||||
atppc* at acpi?
|
||||
|
||||
# Parallel Port Bus system with GPIO
|
||||
ppbus* at atppc?
|
||||
|
||||
# Devices
|
||||
gpio* at ppbus? # general purpose Input/Output
|
||||
lpt* at ppbus? # parallel printer interfaces
|
||||
plip* at ppbus? # printer port Internet Protocol driver
|
||||
pps* at ppbus? # Pulse per second Timing Interface
|
Loading…
Reference in New Issue
Block a user