summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppbusdevices.config
blob: 2ec6bd39237d2de49f60b786a0a192e6367b10aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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