]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/TP-WN1043ND
MFC r344479 (by sobomax), r344605:
[FreeBSD/FreeBSD.git] / sys / mips / conf / TP-WN1043ND
1 #
2 # TP-1043ND -- Kernel configuration file for the TP-Link WR-1043ND
3 #
4 # $FreeBSD$
5 #
6
7 #NO_UNIVERSE
8
9 # Include the default AR913x parameters common to all AR913x SoC users.
10 include         "AR91XX_BASE"
11
12 ident           TP-WN1043ND
13
14 # Override hints with board values
15 hints           "TP-WN1043ND.hints"
16
17 # Force the board memory - 32mb
18 options         AR71XX_REALMEM=32*1024*1024
19
20 # i2c GPIO bus
21 device          gpioiic
22 device          iicbb
23 device          iicbus
24 device          iic
25
26 # ethernet switch device
27 device          etherswitch
28
29 # RTL8366RB support
30 device          rtl8366rb
31
32 # read MSDOS formatted disks - USB
33 options         MSDOSFS
34
35 # Enable the uboot environment stuff rather then the
36 # redboot stuff.
37 options         AR71XX_ENV_UBOOT
38
39 # uncompress - to boot natively from flash
40 device          xz
41 options        GEOM_UZIP
42
43 # Used for the static uboot partition map
44 device          geom_map
45
46 # Boot off of the rootfs, as defined in the geom_map setup.
47 options                ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
48
49 # We bite the performance overhead for now; the kernel won't
50 # fit if the mutexes are inlined.
51 options        MUTEX_NOINLINE
52 options        RWLOCK_NOINLINE
53 options        SX_NOINLINE
54
55 # Remove everything we don't need.  We need a _really_ small kernel!
56 nooptions      INVARIANTS
57 nooptions      INVARIANT_SUPPORT
58 nooptions      WITNESS
59 nooptions      WITNESS_SKIPSPIN
60 nooptions      DEBUG_REDZONE
61 nooptions      DEBUG_MEMGUARD