NOTES (7113afc84c0b68f1e531dbd6d57d024d868d11c0) NOTES (0f0379fa5581c6b89d22bd041f7443581bac616c)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 225 unchanged lines hidden (view full) ---

234
235# arm64 supports 32-bit FreeBSD/arm binaries (armv[67] ABIs)
236options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
237
238#####################################################################
239# ZFS support
240
241options ZFS
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 225 unchanged lines hidden (view full) ---

234
235# arm64 supports 32-bit FreeBSD/arm binaries (armv[67] ABIs)
236options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
237
238#####################################################################
239# ZFS support
240
241options ZFS
242
243#
244# HID-over-I2C support
245#
246device iichid # HID-over-I2C support
247options IICHID_DEBUG # Enable HID-over-I2C debug messages
248options IICHID_SAMPLING # Workaround missing GPIO INTR support