xref: /freebsd/sys/arm64/conf/GENERIC-MMCCAM (revision 06c3fb27)
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
8#NO_UNIVERSE
9
10include		GENERIC
11ident		GENERIC-MMCCAM
12
13# Add CAMDEBUG stuff
14options 	CAMDEBUG
15options 	CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
16
17# pass(4) device
18device		pass
19options 	MMCCAM
20
21nodevice	mmc
22nodevice	mmcsd
23