freebsd-dev/sys/arm/conf/GENERIC-MMCCAM
Mike Karels 91646fe575 arm kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION".
This allows the option to be commented out without shifting columns.
A few options had two tabs, and some had spaces.  Make them consistent.
2023-02-24 08:36:28 -06:00

25 lines
357 B
Plaintext

#
# GEMERIC-MMCCAM
#
# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
#
# $FreeBSD$
#NO_UNIVERSE
include GENERIC
ident GENERIC-MMCCAM
options MMCCAM
# Add CAMDEBUG stuff
options CAMDEBUG
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
# pass(4) device
device pass
nodevice mmc
nodevice mmcsd