mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
Add MMCCAM-enabled kernel config for arm64
Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D12114
This commit is contained in:
parent
885a74181c
commit
61df30cfd4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323458
22
sys/arm64/conf/GENERIC-MMCCAM
Normal file
22
sys/arm64/conf/GENERIC-MMCCAM
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user