arm: Remove SoC Specific -MMCCAM kernelconfig
One should use the GENERIC-MMCCAM for this.
This commit is contained in:
parent
de8e5f9bb1
commit
e086fcfb8c
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user