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