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