f12907d01a
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.
24 lines
429 B
Plaintext
24 lines
429 B
Plaintext
#
|
|
# GENERIC-MMCCAM
|
|
#
|
|
# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
|
|
# present to keep it building in tree since it wouldn't work in LINT.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
#NO_UNIVERSE
|
|
|
|
include GENERIC
|
|
ident GENERIC-MMCCAM
|
|
|
|
# Add CAMDEBUG stuff
|
|
options CAMDEBUG
|
|
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
|
|
|
|
# pass(4) device
|
|
device pass
|
|
options MMCCAM
|
|
|
|
nodevice mmc
|
|
nodevice mmcsd
|