FreeBSD/Linux Kernel Cross Reference
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 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
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 IMX53
22
23 include "std.armv7"
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 PLATFORM
31 options INCLUDE_CONFIG_FILE # Include this file in kernel
32
33 # kernel/memory size reduction
34 #options MUTEX_NOINLINE
35 #options NO_FFS_SNAPSHOT
36 #options NO_SWAPPING
37 #options NO_SYSCTL_DESCR
38 #options RWLOCK_NOINLINE
39
40 # The `bpf' device enables the Berkeley Packet Filter.
41 # Be aware of the administrative consequences of enabling this!
42 # Note that 'bpf' is required for DHCP.
43 device bpf # Berkeley packet filter
44
45 # pseudo devices
46 device clk
47 device phy
48 device hwreset
49 device nvmem
50 device regulator
51 device syscon
52
53 # Pseudo devices.
54 device loop # Network loopback
55 device ether # Ethernet support
56 #device vlan # 802.1Q VLAN support
57 #device tuntap # Packet tunnel.
58 device md # Memory "disks"
59 #device gif # IPv6 and IPv4 tunneling
60 #device firmware # firmware assist module
61
62 # Ethernet
63 device ffec # Freescale Fast Ethernet Controller
64 device miibus # Standard mii bus
65
66 # Serial (COM) ports
67 device uart # Multi-uart driver
68
69 device ata
70 device atapci # Only for helper functions
71 device imxata
72
73 device gpio
74 device gpioled
75
76 device fsliic
77 device iic
78 device iicbus
79
80 # SCSI peripherals
81 device scbus # SCSI bus (required for ATA/SCSI)
82 device da # Direct Access (disks)
83 device cd # CD
84 device pass # Passthrough device (direct ATA/SCSI access)
85
86 # USB support
87 options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
88 device ehci # OHCI USB interface
89 device usb # USB Bus (required)
90 device umass # Disks/Mass storage - Requires scbus and da
91 device uhid # "Human Interface Devices"
92 #device ukbd # Allow keyboard like HIDs to control console
93 device ums
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 # MMC
120 #device sdhci # SD controller
121 #device mmc # SD/MMC protocol
122 #device mmcsd # SDCard disk device
123
124 # HID support
125 device hid # Generic HID support
126
127
128 # Flattened Device Tree
129 options FDT # Configure using FDT/DTB data
130 makeoptions MODULES_EXTRA="dtb/imx5 imx"
131 device fdt_pinctrl # FDT pinmux driver
Cache object: f039d1b423eb42bd6aff9a59e5963086
|