1# 2# GENERIC-MMCCAM 3# 4# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is 5# present to keep it building in tree since it wouldn't work in LINT. 6# 7# $FreeBSD$ 8 9#NO_UNIVERSE 10 11include GENERIC 12 13# Add CAMDEBUG stuff 14options CAMDEBUG 15options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) 16 17# pass(4) device 18device pass 19options MMCCAM 20 21nodevice mmc 22nodevice mmcsd 23