xref: /freebsd/sys/arm/conf/GENERIC-MMCCAM (revision 61e21613)
1#
2# GEMERIC-MMCCAM
3#
4# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
5#
6
7#NO_UNIVERSE
8
9include		GENERIC
10
11ident		GENERIC-MMCCAM
12
13options 	MMCCAM
14
15# Add CAMDEBUG stuff
16options 	CAMDEBUG
17options 	CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
18
19# pass(4) device
20device		pass
21
22nodevice	mmc
23nodevice	mmcsd
24