]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/EFIKA_MX
Import mandoc snapshot 2017-06-08
[FreeBSD/FreeBSD.git] / sys / arm / conf / EFIKA_MX
1 #
2 # Kernel configuration for Efika MX Smarttop/Smartbook 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           EFIKA_MX
22
23 include         "std.armv6"
24 include         "../freescale/imx/std.imx51"
25
26 makeoptions     WITHOUT_MODULES="ahc"
27
28 options         SOC_IMX51
29
30 options         SCHED_4BSD              # 4BSD scheduler
31 #options        MD_ROOT                 # MD is a potential root device
32 #options        NFSD                    # Network Filesystem Server
33 options         PLATFORM
34 options         MULTIDELAY
35 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
36
37 # NFS root from boopt/dhcp
38 #options        BOOTP
39 #options        BOOTP_NFSROOT
40 #options        BOOTP_COMPAT
41 #options        BOOTP_NFSV3
42 #options        BOOTP_WIRED_TO=ue0
43
44 options         ROOTDEVNAME=\"ufs:ada0s2a\"
45
46
47 # kernel/memory size reduction
48 #options        MUTEX_NOINLINE
49 #options        NO_FFS_SNAPSHOT
50 #options        NO_SWAPPING
51 #options        NO_SYSCTL_DESCR
52 #options        RWLOCK_NOINLINE
53
54 # The `bpf' device enables the Berkeley Packet Filter.
55 # Be aware of the administrative consequences of enabling this!
56 # Note that 'bpf' is required for DHCP.
57 device          bpf                     # Berkeley packet filter
58
59 # Pseudo devices.
60 device          loop                    # Network loopback
61 device          random                  # Entropy device
62 device          ether                   # Ethernet support
63 #device         vlan                    # 802.1Q VLAN support
64 #device         tun                     # Packet tunnel.
65 #device         md                      # Memory "disks"
66 #device         gif                     # IPv6 and IPv4 tunneling
67 #device         firmware                # firmware assist module
68
69 # Serial (COM) ports
70 device          uart                    # Multi-uart driver
71
72 device          ata
73 device          atapci                  # Only for helper functions
74 device          imxata
75
76 device          gpio
77 device          gpioled
78
79 device          fsliic
80 device          iic
81 device          iicbus
82
83 # SCSI peripherals
84 device          scbus                   # SCSI bus (required for ATA/SCSI)
85 device          da                      # Direct Access (disks)
86 device          cd                      # CD
87 device          pass                    # Passthrough device (direct ATA/SCSI access)
88
89 # USB support
90 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
91 device          ehci                    # OHCI USB interface
92 device          usb                     # USB Bus (required)
93 device          umass                   # Disks/Mass storage - Requires scbus and da
94 device          uhid                    # "Human Interface Devices"
95 device          u3g
96
97 # USB Ethernet, requires miibus
98 device          miibus
99 device          aue                     # ADMtek USB Ethernet
100 device          axe                     # ASIX Electronics USB Ethernet
101 device          cdce                    # Generic USB over Ethernet
102 device          cue                     # CATC USB Ethernet
103 device          kue                     # Kawasaki LSI USB Ethernet
104 device          rue                     # RealTek RTL8150 USB Ethernet
105 device          udav                    # Davicom DM9601E USB
106
107 # USB Wireless
108 device          rum                     # Ralink Technology RT2501USB wireless NICs
109
110 # Watchdog timer.
111 # WARNING: can't be disabled!!!
112 device          imxwdt                  # Watchdog
113
114 # Wireless NIC cards
115 device          wlan                    # 802.11 support
116 device          wlan_wep                # 802.11 WEP support
117 device          wlan_ccmp               # 802.11 CCMP support
118 device          wlan_tkip               # 802.11 TKIP support
119 device          wlan_amrr               # AMRR transmit rate control algorithm
120
121 # Flattened Device Tree
122 options         FDT                     # Configure using FDT/DTB data
123 options         FDT_DTB_STATIC
124 makeoptions     FDT_DTS_FILE=efikamx.dts
125
126 # NOTE: serial console will be disabled if syscons enabled
127 # Uncomment following lines for framebuffer/syscons support
128 device          sc
129 device          kbdmux
130 options         SC_DFLT_FONT            # compile font in
131 makeoptions     SC_DFLT_FONT=cp437
132 device          ukbd                    # Allow keyboard like HIDs to control console
133 device          ums
134
135 options         INTRNG