blob: 65bada99903070a595d506d6d34a56fc9036b65c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# GENERIC-MMCCAM
#
# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
#
#NO_UNIVERSE
include GENERIC
ident GENERIC-MMCCAM
options MMCCAM
# Allow for CAM debugging
options CAMDEBUG
nodevice mmc
nodevice mmcsd
|