]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/TEGRA124
MFC tun/tap merge: r347241, r347394, r347404, r347483, r351220, r351229,
[FreeBSD/FreeBSD.git] / sys / arm / conf / TEGRA124
1 #
2 # Kernel configuration for NVIDIA Tegra124 based 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 include         "std.armv7"
22 include         "../nvidia/tegra124/std.tegra124"
23
24 ident           TEGRA124
25
26 options         SCHED_ULE               # ULE scheduler
27 options         PLATFORM                # Platform based SoC
28 options         SMP                     # Enable multiple cores
29 options         LINUX_BOOT_ABI
30
31 # Interrupt controller
32 device          gic
33
34 # ARM Generic Timer
35 device          generic_timer
36
37 # EXT_RESOURCES pseudo devices
38 options         EXT_RESOURCES
39 device          clk
40 device          phy
41 device          hwreset
42 device          regulator
43
44 # Pseudo devices.
45 device          loop                    # Network loopback
46 device          random                  # Entropy device
47 device          vlan                    # 802.1Q VLAN support
48 #device         tuntap                  # Packet tunnel.
49 device          md                      # Memory "disks"
50 #device         gif                     # IPv6 and IPv4 tunneling
51 device          firmware                # firmware assist module
52 device          ether                   # Ethernet support
53 device          miibus                  # Required for ethernet
54 device          bpf                     # Berkeley packet filter (required for DHCP)
55
56
57 # General-purpose input/output
58 device          gpio
59 #device         gpioled
60
61 # I2C support
62 device          iic
63 device          iicbus
64 device          icee
65
66 # Serial (COM) ports
67 device          uart                    # Multi-uart driver
68 device          uart_ns8250
69
70 # MMC/SD/SDIO Card slot support
71 device          sdhci                   # SD controller
72 device          mmc                     # SD/MMC protocol
73 device          mmcsd                   # SDCard disk device
74
75 # ATA controllers
76 device          ahci                    # AHCI-compatible SATA controllers
77
78 # SCSI peripherals
79 device          scbus                   # SCSI bus (required for ATA/SCSI)
80 device          da                      # Direct Access (disks)
81 device          cd                      # CD
82 device          pass                    # Passthrough device (direct ATA/SCSI access)
83
84 # USB support
85 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
86 device          ehci                    # EHCI USB interface
87 device          xhci                    # XHCI USB interface
88 device          tegra124_xusb_fw        # Tegra XUSB firmware
89 device          usb                     # USB Bus (required)
90 device          umass                   # Disks/Mass storage - Requires scbus and da
91 device          uhid                    # "Human Interface Devices"
92 #device         u3g                     # USB modems
93 device          ukbd                    # Allow keyboard like HIDs to control console
94 device          ums                     # USB mouse
95
96 # USB Ethernet, requires 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 # Wireless NIC cards
109 #device         wlan                    # 802.11 support
110 #device         wlan_wep                # 802.11 WEP support
111 #device         wlan_ccmp               # 802.11 CCMP support
112 #device         wlan_tkip               # 802.11 TKIP support
113 #device         wlan_amrr               # AMRR transmit rate control algorithm
114
115 # PCI
116 options         NEW_PCIB
117 device          pci
118
119 # PCI Ethernet NICs that use the common MII bus controller code.
120 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
121 device          re                      # RealTek 8139C+/8169/8169S/8110S
122
123 # DRM2
124 device          fbd
125 device          vt
126 device          kbdmux
127 device          drm2
128
129 # Sound
130 #device         sound
131 #device         snd_hda
132
133 # Flattened Device Tree
134 options         FDT                     # Configure using FDT/DTB data
135 device          fdt_pinctrl
136
137 # SoC-specific devices
138
139 #device         hwpmc