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