From 61df30cfd4b474847f6fe25b60bd04c2fd5a51fc Mon Sep 17 00:00:00 2001 From: Ilya Bakulin Date: Mon, 11 Sep 2017 19:07:42 +0000 Subject: [PATCH] Add MMCCAM-enabled kernel config for arm64 Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D12114 --- sys/arm64/conf/GENERIC-MMCCAM | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sys/arm64/conf/GENERIC-MMCCAM diff --git a/sys/arm64/conf/GENERIC-MMCCAM b/sys/arm64/conf/GENERIC-MMCCAM new file mode 100644 index 00000000000..0d1e91cd58c --- /dev/null +++ b/sys/arm64/conf/GENERIC-MMCCAM @@ -0,0 +1,22 @@ +# +# GENERIC-MMCCAM +# +# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is +# present to keep it building in tree since it wouldn't work in LINT. +# +# $FreeBSD$ + +#NO_UNIVERSE + +include GENERIC + +# Add CAMDEBUG stuff +options CAMDEBUG +options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) + +# pass(4) device +device pass +options MMCCAM + +nodevice mmc +nodevice mmcsd