xref: /freebsd/sys/powerpc/conf/GENERIC64 (revision 7bf82ea4fdda4fa2aa15cf690f7a64d66024eaad)
166292dbfSNathan Whitehorn#
28d1ab5adSAlfredo Dal'Ava Junior# GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64
366292dbfSNathan Whitehorn#
466292dbfSNathan Whitehorn# For more information on this file, please read the handbook section on
566292dbfSNathan Whitehorn# Kernel Configuration Files:
666292dbfSNathan Whitehorn#
7c1a14887SCeri Davies#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
866292dbfSNathan Whitehorn#
966292dbfSNathan Whitehorn# The handbook is also available locally in /usr/share/doc/handbook
1066292dbfSNathan Whitehorn# if you've installed the doc distribution, otherwise always see the
11a2aef24aSEitan Adler# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
1266292dbfSNathan Whitehorn# latest information.
1366292dbfSNathan Whitehorn#
1466292dbfSNathan Whitehorn# An exhaustive list of options and more detailed explanations of the
1566292dbfSNathan Whitehorn# device lines is also present in the ../../conf/NOTES and NOTES files.
1666292dbfSNathan Whitehorn# If you are in doubt as to the purpose or necessity of a line, check first
1766292dbfSNathan Whitehorn# in NOTES.
1866292dbfSNathan Whitehorn#
1966292dbfSNathan Whitehorn
2066292dbfSNathan Whitehorncpu		AIM
2166292dbfSNathan Whitehornident		GENERIC
2266292dbfSNathan Whitehorn
2366292dbfSNathan Whitehornmachine 	powerpc	powerpc64
2466292dbfSNathan Whitehorn
2566292dbfSNathan Whitehornmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
26f75483ceSJustin Hibbitsmakeoptions	WITH_CTF=1
2766292dbfSNathan Whitehorn
2866292dbfSNathan Whitehorn# Platform support
2966292dbfSNathan Whitehornoptions 	POWERMAC		# NewWorld Apple PowerMacs
3003479763SNathan Whitehornoptions 	PS3			# Sony Playstation 3
312c16c8d7SNathan Whitehornoptions 	MAMBO			# IBM Mambo Full System Simulator
324efb1ca7SBrandon Bergrenoptions 	QEMU			# QEMU processor emulator
337a8d25c0SNathan Whitehornoptions 	PSERIES			# PAPR-compliant systems (e.g. IBM p)
34fb3855e0SWojciech Macekoptions 	POWERNV			# Non-virtualized OpenPOWER systems
3566292dbfSNathan Whitehorn
3644d29d47SNathan Whitehornoptions 	FDT			# Flattened Device Tree
3766292dbfSNathan Whitehornoptions 	SCHED_ULE		# ULE scheduler
3849d9a597SJustin Hibbitsoptions 	NUMA			# Non-Uniform Memory Architecture support
39297becf9SNathan Whitehornoptions 	PREEMPTION		# Enable kernel thread preemption
408e94025bSBjoern A. Zeeboptions 	VIMAGE			# Subsystem virtualization, e.g. VNET
4166292dbfSNathan Whitehornoptions 	INET			# InterNETworking
4266292dbfSNathan Whitehornoptions 	INET6			# IPv6 communications protocols
430d909f4cSKevin Bowlingoptions 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
44d5fe384bSAlexander V. Chernikovoptions 	ROUTE_MPATH		# Multipath routing support
450d909f4cSKevin Bowlingoptions 	TCP_OFFLOAD		# TCP offload
460d909f4cSKevin Bowlingoptions 	TCP_BLACKBOX		# Enhanced TCP event logging
47bd79708dSJonathan T. Looneyoptions 	TCP_HHOOK		# hhook(9) framework for TCP
4820a2f77eSMichael Tuexenoptions 	TCP_RFC7413		# TCP Fast Open
49e64080e7SMark Johnstonoptions 	SCTP_SUPPORT		# Allow kldload of SCTP
50e552cac3SPiotr Kubajoptions		KERN_TLS		# TLS transmit & receive offload
5166292dbfSNathan Whitehornoptions 	FFS			# Berkeley Fast Filesystem
5266292dbfSNathan Whitehornoptions 	SOFTUPDATES		# Enable FFS soft updates support
5366292dbfSNathan Whitehornoptions 	UFS_ACL			# Support for access control lists
5466292dbfSNathan Whitehornoptions 	UFS_DIRHASH		# Improve performance on big directories
5566292dbfSNathan Whitehornoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
560dcbedfaSKonstantin Belousovoptions 	QUOTA			# Enable disk quotas for UFS
5766292dbfSNathan Whitehornoptions 	MD_ROOT			# MD is a potential root device
58d3f78f00SLeandro Luporioptions 	MD_ROOT_MEM		# Enable use of initrd as MD root
593e32dff5SJohn Baldwinoptions 	NFSCL			# Network Filesystem Client
603e32dff5SJohn Baldwinoptions 	NFSD			# Network Filesystem Server
6166292dbfSNathan Whitehornoptions 	NFSLOCKD		# Network Lock Manager
6266292dbfSNathan Whitehornoptions 	NFS_ROOT		# NFS usable as root device
6366292dbfSNathan Whitehornoptions 	MSDOSFS			# MSDOS Filesystem
6466292dbfSNathan Whitehornoptions 	CD9660			# ISO 9660 Filesystem
6566292dbfSNathan Whitehornoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
6666292dbfSNathan Whitehornoptions 	PSEUDOFS		# Pseudo-filesystem framework
67b798ef64SAlex Richardsonoptions 	TMPFS			# Efficient memory filesystem
68f25e72cbSMarcel Moolenaaroptions 	GEOM_PART_APM		# Apple Partition Maps.
6966292dbfSNathan Whitehornoptions 	GEOM_PART_GPT		# GUID Partition Tables.
7066292dbfSNathan Whitehornoptions 	GEOM_LABEL		# Provides labelization
7166292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD32	# Compatible with FreeBSD/powerpc binaries
7266292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
7366292dbfSNathan Whitehornoptions 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
747d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
757d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
767f68a896SMark Johnstonoptions 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
77d6745408SConrad Meyeroptions 	COMPAT_FREEBSD12	# Compatible with FreeBSD12
784e85b648SKristof Provostoptions 	COMPAT_FREEBSD13	# Compatible with FreeBSD13
7984d12f88SKristof Provostoptions 	COMPAT_FREEBSD14	# Compatible with FreeBSD14
8066292dbfSNathan Whitehornoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
8166292dbfSNathan Whitehornoptions 	KTRACE			# ktrace(1) syscall trace support
8266292dbfSNathan Whitehornoptions 	STACK			# stack(9) support
8366292dbfSNathan Whitehornoptions 	SYSVSHM			# SYSV-style shared memory
8466292dbfSNathan Whitehornoptions 	SYSVMSG			# SYSV-style message queues
8566292dbfSNathan Whitehornoptions 	SYSVSEM			# SYSV-style semaphores
8666292dbfSNathan Whitehornoptions 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
878c6d1d4bSNathan Whitehornoptions 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
8866292dbfSNathan Whitehornoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
8966292dbfSNathan Whitehornoptions 	AUDIT			# Security event auditing
90e01bff72SJustin Hibbitsoptions 	CAPABILITY_MODE		# Capsicum capability mode
91e01bff72SJustin Hibbitsoptions 	CAPABILITIES		# Capsicum capabilities
9266292dbfSNathan Whitehornoptions 	MAC			# TrustedBSD MAC Framework
93f75483ceSJustin Hibbitsoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
94f75483ceSJustin Hibbitsoptions 	DDB_CTF			# Kernel ELF linker loads CTF data
9566292dbfSNathan Whitehornoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
960d909f4cSKevin Bowlingoptions 	RACCT			# Resource accounting framework
970d909f4cSKevin Bowlingoptions 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
980d909f4cSKevin Bowlingoptions 	RCTL			# Resource limits
9966292dbfSNathan Whitehorn
1008f8a2520SJoel Dahl# Debugging support.  Always need this:
1018f8a2520SJoel Dahloptions 	KDB			# Enable kernel debugger support.
1029ba0691bSAndriy Gaponoptions 	KDB_TRACE		# Print a stack trace for a panic.
1039ba0691bSAndriy Gapon# For full debugger support use (turn off in stable branch):
1048a8daeafSLexi Winterinclude "std.debug"
10566292dbfSNathan Whitehorn
106892bdcccSMark Johnston# Kernel dump features.
107892bdcccSMark Johnstonoptions 	EKCD			# Support for encrypted kernel dumps
108892bdcccSMark Johnstonoptions 	GZIO			# gzip-compressed kernel and user dumps
109892bdcccSMark Johnstonoptions 	ZSTDIO			# zstd-compressed kernel and user dumps
1107790c8c1SConrad Meyeroptions 	DEBUGNET		# debugnet networking
111892bdcccSMark Johnstonoptions 	NETDUMP			# netdump(4) client support
112892bdcccSMark Johnston
113d8acfb88SPeter Grehan# Make an SMP-capable kernel by default
114d8acfb88SPeter Grehanoptions 	SMP			# Symmetric MultiProcessor Kernel
11566292dbfSNathan Whitehorn
11666292dbfSNathan Whitehorn# CPU frequency control
11766292dbfSNathan Whitehorndevice		cpufreq
11866292dbfSNathan Whitehorn
11966292dbfSNathan Whitehorn# Standard busses
12066292dbfSNathan Whitehorndevice		pci
12182cb5c3bSJohn Baldwinoptions 	PCI_HP			# PCI-Express native HotPlug
12250fd2a5bSNathan Whitehorndevice		agp
12366292dbfSNathan Whitehorn
124e552cac3SPiotr Kubajoptions		COMPAT_LINUXKPI
125e552cac3SPiotr Kubaj
12697b53e36SAlexander Motin# ATA controllers
127e70f868fSWojciech Macekdevice		ahci		# AHCI-compatible SATA controllers
12897b53e36SAlexander Motindevice		ata		# Legacy ATA/SATA controllers
12997b53e36SAlexander Motindevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
13097b53e36SAlexander Motindevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
13166292dbfSNathan Whitehorn
1323c41c1d4SWojciech Macek# NVM Express (NVMe) support
1333c41c1d4SWojciech Macekdevice		nvme		# base NVMe driver
1348ac2f3baSKevin Bowlingoptions 	NVME_USE_NVD=0	# prefer the cam(4) based nda(4) driver
1353c41c1d4SWojciech Macekdevice		nvd		# expose NVMe namespaces as disks, depends on nvme
1363c41c1d4SWojciech Macek
13766292dbfSNathan Whitehorn# SCSI Controllers
138d8c51c6fSLeandro Luporidevice		aacraid		# Adaptec by PMC RAID
13966292dbfSNathan Whitehorndevice		ahc		# AHA2940 and onboard AIC7xxx devices
14066292dbfSNathan Whitehorndevice		isp		# Qlogic family
14166292dbfSNathan Whitehorndevice		ispfw		# Firmware module for Qlogic host adapters
1429fac05baSAlfredo Dal'Ava Juniordevice		mrsas		# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
14366292dbfSNathan Whitehorndevice		mpt		# LSI-Logic MPT-Fusion
144e3604279SKenneth D. Merrydevice		mps		# LSI-Logic MPT-Fusion 2
145231633a2SAlfredo Dal'Ava Juniordevice		mpr		# LSI SAS3008 MPT-Fusion SAS-3
14666292dbfSNathan Whitehorndevice		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
14766292dbfSNathan Whitehorn
14897b53e36SAlexander Motin# ATA/SCSI peripherals
14997b53e36SAlexander Motindevice		scbus		# SCSI bus (required for ATA/SCSI)
1500d909f4cSKevin Bowlingdevice		ch		# SCSI media changers
15166292dbfSNathan Whitehorndevice		da		# Direct Access (disks)
15266292dbfSNathan Whitehorndevice		sa		# Sequential Access (tape etc)
15366292dbfSNathan Whitehorndevice		cd		# CD
15497b53e36SAlexander Motindevice		pass		# Passthrough device (direct ATA/SCSI access)
1550d909f4cSKevin Bowlingdevice		ses		# Enclosure Service (SES and SAF-TE)
15666292dbfSNathan Whitehorn
15749588d0fSNathan Whitehorn# vt is the default console driver, resembling an SCO console
15849588d0fSNathan Whitehorndevice		vt		# Core console driver
15966292dbfSNathan Whitehorndevice		kbdmux
16066292dbfSNathan Whitehorn
16166292dbfSNathan Whitehorn# Serial (COM) ports
16266292dbfSNathan Whitehorndevice		scc
16366292dbfSNathan Whitehorndevice		uart
164f25e72cbSMarcel Moolenaardevice		uart_z8530
16566292dbfSNathan Whitehorn
166c75f49f7SKonstantin Belousovdevice		iflib
167c75f49f7SKonstantin Belousov
16803479763SNathan Whitehorn# Ethernet hardware
1697a8d25c0SNathan Whitehorndevice		em		# Intel PRO/1000 Gigabit Ethernet Family
1701aa7c60cSJack F Vogeldevice		ix		# Intel PRO/10GbE PCIE PF Ethernet Family
171c5568ba0SLeandro Luporidevice		ixl		# Intel 700 Series Physical Function
1721aa7c60cSJack F Vogeldevice		ixv		# Intel PRO/10GbE PCIE VF Ethernet Family
17303479763SNathan Whitehorndevice		glc		# Sony Playstation 3 Ethernet
174757e5b29SNathan Whitehorndevice		llan		# IBM pSeries Virtual Ethernet
17555b823e5SWojciech Macekdevice		cxgbe		# Chelsio 10/25G NIC
17603479763SNathan Whitehorn
17766292dbfSNathan Whitehorn# PCI Ethernet NICs that use the common MII bus controller code.
17866292dbfSNathan Whitehorndevice		miibus		# MII bus support
17966292dbfSNathan Whitehorndevice		bge		# Broadcom BCM570xx Gigabit Ethernet
18066292dbfSNathan Whitehorndevice		gem		# Sun GEM/Sun ERI/Apple GMAC
18166292dbfSNathan Whitehorndevice		dc		# DEC/Intel 21143 and various workalikes
18266292dbfSNathan Whitehorndevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
1837a8d25c0SNathan Whitehorndevice		re		# RealTek 8139C+/8169/8169S/8110S
1847a8d25c0SNathan Whitehorndevice		rl		# RealTek 8129/8139
18566292dbfSNathan Whitehorn
186e552cac3SPiotr Kubaj# Nvidia/Mellanox Connect-X 4 and later, Ethernet only
187e552cac3SPiotr Kubaj# mlx5ib requires ibcore infra and is not included by default
188e552cac3SPiotr Kubajdevice		mlx5		# Base driver
189e552cac3SPiotr Kubajdevice		mlxfw		# Firmware update
190e552cac3SPiotr Kubajdevice		mlx5en		# Ethernet driver
191e552cac3SPiotr Kubaj
19266292dbfSNathan Whitehorn# Pseudo devices.
1930d909f4cSKevin Bowlingdevice		crypto		# core crypto support
1943465f14dSShawn Anastasiodevice		ossl		# OpenSSL OpenCrypto module
19566292dbfSNathan Whitehorndevice		loop		# Network loopback
19666292dbfSNathan Whitehorndevice		ether		# Ethernet support
19766292dbfSNathan Whitehorndevice		vlan		# 802.1Q VLAN support
198251a32b5SKyle Evansdevice		tuntap		# Packet tunnel.
19966292dbfSNathan Whitehorndevice		md		# Memory "disks"
20066292dbfSNathan Whitehorndevice		ofwd		# Open Firmware disks
20166292dbfSNathan Whitehorndevice		gif		# IPv6 and IPv4 tunneling
20266292dbfSNathan Whitehorndevice		firmware	# firmware assist module
203e552cac3SPiotr Kubajdevice		xz		# lzma decompression
20466292dbfSNathan Whitehorn
20566292dbfSNathan Whitehorn# The `bpf' device enables the Berkeley Packet Filter.
20666292dbfSNathan Whitehorn# Be aware of the administrative consequences of enabling this!
20766292dbfSNathan Whitehorn# Note that 'bpf' is required for DHCP.
20866292dbfSNathan Whitehorndevice		bpf		# Berkeley packet filter
20966292dbfSNathan Whitehorn
21066292dbfSNathan Whitehorn# USB support
21166292dbfSNathan Whitehornoptions 	USB_DEBUG	# enable debug msgs
21266292dbfSNathan Whitehorndevice		uhci		# UHCI PCI->USB interface
21366292dbfSNathan Whitehorndevice		ohci		# OHCI PCI->USB interface
21466292dbfSNathan Whitehorndevice		ehci		# EHCI PCI->USB interface
215566a135bSNathan Whitehorndevice		xhci		# XHCI PCI->USB interface
21666292dbfSNathan Whitehorndevice		usb		# USB Bus (required)
21713d00a43SEmmanuel Vadotdevice		usbhid		# USB HID Transport
21866292dbfSNathan Whitehorndevice		uhid		# "Human Interface Devices"
21913d00a43SEmmanuel Vadotdevice		hkbd		# HID Keyboard
22013d00a43SEmmanuel Vadotdevice		ukbd		# USB Keyboard
22166292dbfSNathan Whitehornoptions 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
22266292dbfSNathan Whitehorndevice		umass		# Disks/Mass storage - Requires scbus and da0
22313d00a43SEmmanuel Vadotdevice		hms		# HID Mouse
22413d00a43SEmmanuel Vadotdevice		ums		# USB Mouse
22566292dbfSNathan Whitehorn# USB Ethernet
22666292dbfSNathan Whitehorndevice		aue		# ADMtek USB Ethernet
22766292dbfSNathan Whitehorndevice		axe		# ASIX Electronics USB Ethernet
22866292dbfSNathan Whitehorndevice		cdce		# Generic USB over Ethernet
22966292dbfSNathan Whitehorndevice		cue		# CATC USB Ethernet
23066292dbfSNathan Whitehorndevice		kue		# Kawasaki LSI USB Ethernet
23166292dbfSNathan Whitehorn
2328d252f78SAndreas Tobler# Wireless NIC cards
23325768526SPiotr Kubajdevice		wlan		# 802.11 support
23425768526SPiotr Kubajoptions 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
23525768526SPiotr Kubajoptions 	IEEE80211_DEBUG	# enable debug msgs
23625768526SPiotr Kubajdevice		wlan_wep	# 802.11 WEP support
23725768526SPiotr Kubajdevice		wlan_ccmp	# 802.11 CCMP support
238*7bf82ea4SAdrian Chadddevice		wlan_gcmp	# 802.11 GCMP support
23925768526SPiotr Kubajdevice		wlan_tkip	# 802.11 TKIP support
24025768526SPiotr Kubajdevice		wlan_amrr	# AMRR transmit rate control algorithm
24137c8ee88SMarius Strobldevice		ath		# Atheros CardBus/PCI NICs
24237c8ee88SMarius Strobldevice		ath_hal		# Atheros CardBus/PCI chip support
24325768526SPiotr Kubajoptions 	AH_AR5416_INTERRUPT_MITIGATION	# AR5416 interrupt mitigation
24425768526SPiotr Kubajdevice		ath_rate_sample	# SampleRate tx rate control for ath
2458d252f78SAndreas Tobler
24666292dbfSNathan Whitehorn# FireWire support
24766292dbfSNathan Whitehorndevice		firewire	# FireWire bus code
24866292dbfSNathan Whitehorndevice		sbp		# SCSI over FireWire (Requires scbus and da)
24966292dbfSNathan Whitehorndevice		fwe		# Ethernet over FireWire (non-standard!)
25066292dbfSNathan Whitehorn
25166292dbfSNathan Whitehorn# Misc
252698ef695SNathan Whitehorndevice		iicbus		# I2C bus code
2534ffd72e3SWojciech Macekdevice		iic
254698ef695SNathan Whitehorndevice		kiic		# Keywest I2C
255d188174aSAndreas Toblerdevice		ad7417		# PowerMac7,2 temperature sensor
256d2d30ba3SAndreas Toblerdevice		ds1631		# PowerMac11,2 temperature sensor
257da89fa28SAndreas Toblerdevice		ds1775		# PowerMac7,2 temperature sensor
258da89fa28SAndreas Toblerdevice		fcu		# Apple Fan Control Unit
259da89fa28SAndreas Toblerdevice		max6690		# PowerMac7,2 temperature sensor
26066292dbfSNathan Whitehorndevice		powermac_nvram	# Open Firmware configuration NVRAM
26166292dbfSNathan Whitehorndevice		smu		# Apple System Management Unit
2623cc28bd9SJustin Hibbitsdevice		atibl		# ATI-based backlight driver for PowerBooks/iBooks
263d0ec68d4SJustin Hibbitsdevice		nvbl		# nVidia-based backlight driver for PowerBooks/iBooks
26450886464SLeandro Luporidevice		opalflash	# PowerNV embedded flash memory
26566292dbfSNathan Whitehorn
26666292dbfSNathan Whitehorn# ADB support
26766292dbfSNathan Whitehorndevice		adb
26866292dbfSNathan Whitehorndevice		pmu
26966292dbfSNathan Whitehorn
270698ef695SNathan Whitehorn# Sound support
271698ef695SNathan Whitehorndevice		sound		# Generic sound driver (required)
272698ef695SNathan Whitehorndevice		snd_ai2s	# Apple I2S audio
27357557e71SPiotr Kubajdevice		snd_hda		# Intel High Definition Audio
274698ef695SNathan Whitehorndevice		snd_uaudio	# USB Audio
27566292dbfSNathan Whitehorn
2760d909f4cSKevin Bowling# Netmap provides direct access to TX/RX rings on supported NICs
2770d909f4cSKevin Bowlingdevice		netmap		# netmap(4) support
2784651a02fSNiclas Zeising
2794651a02fSNiclas Zeising# evdev interface
2804651a02fSNiclas Zeisingoptions 	EVDEV_SUPPORT		# evdev support in legacy drivers
2814651a02fSNiclas Zeisingdevice		evdev			# input event device support
2824651a02fSNiclas Zeisingdevice		uinput			# install /dev/uinput cdev
283d4633a9eSLeandro Lupori
284d4633a9eSLeandro Lupori# VirtIO support
285d4633a9eSLeandro Luporidevice          virtio                  # Generic VirtIO bus (required)
286d4633a9eSLeandro Luporidevice          virtio_pci              # VirtIO PCI device
287d4633a9eSLeandro Luporidevice          vtnet                   # VirtIO Ethernet device
288d4633a9eSLeandro Luporidevice          virtio_blk              # VirtIO Block device
289d4633a9eSLeandro Luporidevice          virtio_scsi             # VirtIO SCSI device
290d4633a9eSLeandro Luporidevice          virtio_balloon          # VirtIO Memory Balloon device
291d4633a9eSLeandro Lupori
29267de2db2SVladimir Kondratyev# HID support
29319758786SVladimir Kondratyevoptions 	HID_DEBUG		# enable debug msgs
29467de2db2SVladimir Kondratyevdevice		hid			# Generic HID support
29513d00a43SEmmanuel Vadotdevice		hidbus			# Generic HID Bus
296