]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/IMX53
MFH: r282315-r282534
[FreeBSD/FreeBSD.git] / sys / arm / conf / IMX53
1 #
2 # Kernel configuration for i.MX53 boards
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           IMX53
22
23 include         "std.armv6"
24 include         "../freescale/imx/std.imx53"
25
26 options         SOC_IMX53
27
28 options         SCHED_4BSD              # 4BSD scheduler
29 #options        NFSD                    # Network Filesystem Server
30 #options        COMPAT_FREEBSD5         # Compatible with FreeBSD5
31 #options        COMPAT_FREEBSD6         # Compatible with FreeBSD6
32 #options        COMPAT_FREEBSD7         # Compatible with FreeBSD7
33 options         PLATFORM
34 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
35
36 # Debugging for use in -current
37 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
38 options         KDB                     # Enable kernel debugger support
39 # For minimum debugger support (stable branch) use:
40 #options        KDB_TRACE               # Print a stack trace for a panic
41 # For full debugger support use this instead:
42 options         DDB                     # Enable the kernel debugger
43 #options        GDB                     # Support remote GDB
44 options         DEADLKRES               # Enable the deadlock resolver
45 options         INVARIANTS              # Enable calls of extra sanity checking
46 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
47 options         WITNESS                 # Enable checks to detect deadlocks and cycles
48 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
49
50 # kernel/memory size reduction
51 #options        MUTEX_NOINLINE
52 #options        NO_FFS_SNAPSHOT
53 #options        NO_SWAPPING
54 #options        NO_SYSCTL_DESCR
55 #options        RWLOCK_NOINLINE
56
57 # The `bpf' device enables the Berkeley Packet Filter.
58 # Be aware of the administrative consequences of enabling this!
59 # Note that 'bpf' is required for DHCP.
60 device          bpf                     # Berkeley packet filter
61
62 # Pseudo devices.
63 device          loop                    # Network loopback
64 device          random                  # Entropy device
65 device          ether                   # Ethernet support
66 #device         vlan                    # 802.1Q VLAN support
67 #device         tun                     # Packet tunnel.
68 device          md                      # Memory "disks"
69 #device         gif                     # IPv6 and IPv4 tunneling
70 #device         firmware                # firmware assist module
71
72 # Ethernet
73 device          ffec                    # Freescale Fast Ethernet Controller
74 device          miibus                  # Standard mii bus
75
76 # Serial (COM) ports
77 device          uart                    # Multi-uart driver
78 options         ALT_BREAK_TO_DEBUGGER
79
80 device          ata
81 device          atapci                  # Only for helper functions
82 device          imxata
83 options         ATA_STATIC_ID           # Static device numbering
84
85 device          gpio
86 device          gpioled
87
88 device          fsliic
89 device          iic
90 device          iicbus
91
92 # SCSI peripherals
93 device          scbus                   # SCSI bus (required for ATA/SCSI)
94 device          da                      # Direct Access (disks)
95 device          cd                      # CD
96 device          pass                    # Passthrough device (direct ATA/SCSI access)
97
98 # USB support
99 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
100 options         USB_DEBUG               # enable debug msgs
101 device          ehci                    # OHCI USB interface
102 device          usb                     # USB Bus (required)
103 device          umass                   # Disks/Mass storage - Requires scbus and da
104 device          uhid                    # "Human Interface Devices"
105 #device         ukbd                    # Allow keyboard like HIDs to control console
106 device          ums
107
108 # USB Ethernet, requires miibus
109 #device         miibus
110 #device         aue                     # ADMtek USB Ethernet
111 #device         axe                     # ASIX Electronics USB Ethernet
112 #device         cdce                    # Generic USB over Ethernet
113 #device         cue                     # CATC USB Ethernet
114 #device         kue                     # Kawasaki LSI USB Ethernet
115 #device         rue                     # RealTek RTL8150 USB Ethernet
116 #device         udav                    # Davicom DM9601E USB
117
118 # USB Wireless
119 #device         rum                     # Ralink Technology RT2501USB wireless NICs
120
121 # Watchdog timer.
122 # WARNING: can't be disabled!!!
123 device          imxwdt                  # Watchdog
124
125 # Wireless NIC cards
126 device          wlan                    # 802.11 support
127 device          wlan_wep                # 802.11 WEP support
128 device          wlan_ccmp               # 802.11 CCMP support
129 device          wlan_tkip               # 802.11 TKIP support
130 device          wlan_amrr               # AMRR transmit rate control algorithm
131
132 # MMC
133 #device         sdhci                   # SD controller
134 #device         mmc                     # SD/MMC protocol
135 #device         mmcsd                   # SDCard disk device
136
137
138 # Flattened Device Tree
139 options         FDT                     # Configure using FDT/DTB data
140
141 # NOTE: serial console will be disabled if syscons enabled
142 # Uncomment following lines for framebuffer/syscons support
143 #device         sc
144 #device         vt
145 #device         kbdmux
146 #options        SC_DFLT_FONT            # compile font in
147 #makeoptions    SC_DFLT_FONT=cp437