]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/IDT
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / mips / conf / IDT
1 # $FreeBSD$
2
3 machine         mips
4 cpu             CPU_MIPS4KC
5 ident           RB532
6
7 # Don't build any modules yet.
8 makeoptions     MODULES_OVERRIDE=""
9
10 include         "../idt/std.idt"
11 hints           "IDT.hints"             #Default places to look for devices.
12
13 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
14
15 options         DDB
16 options         KDB
17
18 options         SCHED_4BSD              #4BSD scheduler
19 options         INET                    #InterNETworking
20 options         NFSCLIENT               #Network Filesystem Client
21 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
22 options         PSEUDOFS                #Pseudo-filesystem framework
23
24 options         BOOTP
25 options         BOOTP_NFSROOT
26 options         BOOTP_NFSV3
27 options         BOOTP_WIRED_TO=kr0
28 options         BOOTP_COMPAT
29
30 # Debugging for use in -current
31 options         INVARIANTS              #Enable calls of extra sanity checking
32 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
33
34 device          loop
35 device          pci
36 device          ether
37 device          miibus
38 device          vr
39 device          kr
40 device          uart
41 device          uart_ns8250
42 device          md
43
44 # Wireless NIC cards
45 device          wlan            # 802.11 support
46 device          wlan_wep        # 802.11 WEP support
47 device          wlan_tkip       # 802.11 TKIP support
48 device          ath             # Atheros pci/cardbus NIC's
49 device          ath_hal         # Atheros HAL (Hardware Access Layer)
50 device          ath_rate_sample # SampleRate tx rate control for ath
51 options         ATH_DEBUG
52
53 device          bpf