]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/CI20
MFC r347515: Catch up with r347241 (if_tuntap rename).
[FreeBSD/FreeBSD.git] / sys / mips / conf / CI20
1 # CI20 -- Kernel config for Creator CI20 board
2 #
3 # $FreeBSD$
4
5 #NO_UNIVERSE
6
7 include         "JZ4780"
8 ident           CI20
9
10 options         FDT_DTB_STATIC
11 makeoptions     FDT_DTS_FILE=ingenic/ci20.dts
12
13 #options        KTR
14 #options        KTR_CPUMASK=0x3
15 #options        KTR_MASK=(KTR_GEN)
16 #options        KTR_COMPILE=(KTR_GEN)
17 #options        KTR_VERBOSE
18
19 # Uncomment for NFS root
20 #options        BOOTP
21 #options        BOOTP_NFSROOT
22 #options        BOOTP_NFSV3
23 #options        BOOTP_WIRED_TO=dme0
24 #options        BOOTP_COMPAT
25
26 options         ROOTDEVNAME=\"ufs:mmcsd0\"
27
28 device          sound
29 device          xdma
30
31 makeoptions     TRAMPLOADADDR=0x88000000
32
33 #options        VERBOSE_SYSINIT
34 options         PRINTF_BUFR_SIZE=256