xref: /freebsd/sys/arm/conf/GENERIC-MMCCAM (revision a134ebd6e63f658f2d3d04ac0c60d23bcaa86dd7)
1#
2# GEMERIC-MMCCAM
3#
4# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
5#
6# $FreeBSD$
7
8include		GENERIC
9
10ident		GENERIC-MMCCAM
11
12options		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
20
21nodevice	mmc
22nodevice	mmcsd
23