xref: /freebsd/sys/arm64/conf/GENERIC-MMCCAM (revision 81ad6265)
1#
2# GENERIC-MMCCAM
3#
4# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
5# present to keep it building in tree since it wouldn't work in LINT.
6#
7# $FreeBSD$
8
9#NO_UNIVERSE
10
11include		GENERIC
12ident		GENERIC-MMCCAM
13
14# Add CAMDEBUG stuff
15options 	CAMDEBUG
16options 	CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
17
18# pass(4) device
19device		pass
20options		MMCCAM
21
22nodevice	mmc
23nodevice	mmcsd
24