arm: Add GENERIC-MMCCAM kernel config

MMCCAM is the new mmc stack currently developped by kibab@, add a kernel
configuration file that include GENERIC so it's easier to test for people.
This commit is contained in:
Emmanuel Vadot 2018-03-08 22:54:50 +00:00
parent d597cfd520
commit 1857bc794f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330674

View File

@ -0,0 +1,22 @@
#
# GEMERIC-MMCCAM
#
# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
#
# $FreeBSD$
include GENERIC
ident GENERIC-MMCCAM
options MMCCAM
# Add CAMDEBUG stuff
options CAMDEBUG
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
# pass(4) device
device pass
nodevice mmc
nodevice mmcsd