From 1857bc794f0b48269fbc3162f487468ee9ccdf8a Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 8 Mar 2018 22:54:50 +0000 Subject: [PATCH] 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. --- sys/arm/conf/GENERIC-MMCCAM | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sys/arm/conf/GENERIC-MMCCAM diff --git a/sys/arm/conf/GENERIC-MMCCAM b/sys/arm/conf/GENERIC-MMCCAM new file mode 100644 index 00000000000..20ca990d1c3 --- /dev/null +++ b/sys/arm/conf/GENERIC-MMCCAM @@ -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 -- 2.45.0