]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/IMX6
Port the IMX6 kernel configuration to use MULTIDELAY. This will help adding
[FreeBSD/FreeBSD.git] / sys / arm / conf / IMX6
1 #
2 # Kernel configuration for Freescale i.MX6 systems.
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           IMX6
22 include         "std.armv6"
23 include         "../freescale/imx/std.imx6"
24
25 options         INTRNG
26
27 options         SOC_IMX6
28
29 options         SCHED_ULE               # ULE scheduler
30 #options        NFSD                    # Network Filesystem Server
31 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
32 options         PLATFORM
33 options         PLATFORM_SMP
34 options         SMP                     # Enable multiple cores
35 options         MULTIDELAY
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=ffec0
43
44 # U-Boot stuff lives on slice 1, FreeBSD on slice 2.
45 options         ROOTDEVNAME=\"ufs:mmcsd0s2a\"
46
47 # Interrupt controller
48 device          gic
49 # Cache controller
50 device          pl310                   # PL310 L2 cache controller
51 # ARM MPCore timer
52 device          mpcore_timer
53
54 # Pseudo devices.
55 device          loop                    # Network loopback
56 device          random                  # Entropy device
57 device          vlan                    # 802.1Q VLAN support
58 device          tun                     # Packet tunnel.
59 device          md                      # Memory "disks"
60 #device         gif                     # IPv6 and IPv4 tunneling
61 #device         firmware                # firmware assist module
62 device          ether                   # Ethernet support
63 device          miibus                  # Required for ethernet
64 device          bpf                     # Berkeley packet filter (required for DHCP)
65
66 # General-purpose input/output
67 device          gpio
68
69 # Serial (COM) ports
70 device          uart                    # Multi-uart driver
71
72 # SDCard
73 device          sdhci                   # SD controller
74 device          mmc                     # SD/MMC protocol
75 device          mmcsd                   # SDCard disk device
76
77 # SCSI peripherals
78 device          scbus                   # SCSI bus (required for ATA/SCSI)
79 device          da                      # Direct Access (disks)
80 device          cd                      # CD
81 device          pass                    # Passthrough device (direct ATA/SCSI access)
82
83 # USB support
84 device          ehci                    # OHCI USB interface
85 device          usb                     # USB Bus (required)
86 device          umass                   # Disks/Mass storage - Requires scbus and da
87 device          uhid                    # "Human Interface Devices"
88 device          u3g                     # USB modems
89 #device         ukbd                    # Allow keyboard like HIDs to control console
90 #device         ums                     # USB mouse
91
92 # USB Ethernet, requires miibus
93 #device         aue                     # ADMtek USB Ethernet
94 #device         axe                     # ASIX Electronics USB Ethernet
95 #device         cdce                    # Generic USB over Ethernet
96 #device         cue                     # CATC USB Ethernet
97 #device         kue                     # Kawasaki LSI USB Ethernet
98 #device         rue                     # RealTek RTL8150 USB Ethernet
99 #device         udav                    # Davicom DM9601E USB
100
101 # USB Wireless
102 #device         rum                     # Ralink Technology RT2501USB wireless NICs
103
104 # Wireless NIC cards
105 #device         wlan                    # 802.11 support
106 #device         wlan_wep                # 802.11 WEP support
107 #device         wlan_ccmp               # 802.11 CCMP support
108 #device         wlan_tkip               # 802.11 TKIP support
109 #device         wlan_amrr               # AMRR transmit rate control algorithm
110
111 device          vt
112 device          kbdmux
113 device          ukbd
114 device          videomode
115 device          hdmi
116
117 # Flattened Device Tree
118 options         FDT                     # Configure using FDT/DTB data
119 makeoptions     MODULES_EXTRA=dtb/imx6
120
121 # SoC-specific devices
122 device          ffec                    # Freescale Fast Ethernet Controller
123 device          fsliic                  # Freescale i2c/iic
124 device          iic                     # iic protocol
125 device          iicbus                  # iic bus
126 device          imxwdt                  # Watchdog. WARNING: can't be disabled!!!
127