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