arm: Remove SoC Specific -MMCCAM kernelconfig

One should use the GENERIC-MMCCAM for this.
This commit is contained in:
manu 2018-03-11 23:14:50 +00:00
parent de8e5f9bb1
commit e086fcfb8c
2 changed files with 0 additions and 46 deletions

View File

@ -1,23 +0,0 @@
#
# BEAGLEBONE-MMCCAM
#
# Custom kernel for Beaglebone 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 BEAGLEBONE
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

View File

@ -1,23 +0,0 @@
#
# IMX6-MMCCAM
#
# Custom kernel for IMX6 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 IMX6
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