]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/TEGRA124
Change bsdiff to use divsufsort suffix sort library instead of qsufsort,
[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         SMP                     # Enable multiple cores
30 options         LINUX_BOOT_ABI
31
32 # Interrupt controller
33 device          gic
34
35 # ARM Generic Timer
36 device          generic_timer
37
38 # EXT_RESOURCES pseudo devices
39 options         EXT_RESOURCES
40 device          clk
41 device          phy
42 device          hwreset
43 device          regulator
44
45 # Pseudo devices.
46 device          loop                    # Network loopback
47 device          random                  # Entropy device
48 device          vlan                    # 802.1Q VLAN support
49 #device         tun                     # Packet tunnel.
50 device          md                      # Memory "disks"
51 #device         gif                     # IPv6 and IPv4 tunneling
52 #device         firmware                # firmware assist module
53 device          ether                   # Ethernet support
54 device          miibus                  # Required for ethernet
55 device          bpf                     # Berkeley packet filter (required for DHCP)
56
57
58 # General-purpose input/output
59 device          gpio
60 #device         gpioled
61
62 # I2C support
63 device          iic
64 device          iicbus
65 device          icee
66
67 # Serial (COM) ports
68 device          uart                    # Multi-uart driver
69 device          uart_ns8250
70
71 # MMC/SD/SDIO Card slot support
72 device          sdhci                   # SD controller
73 device          mmc                     # SD/MMC protocol
74 device          mmcsd                   # SDCard disk device
75
76 # ATA controllers
77 device          ahci                    # AHCI-compatible SATA controllers
78
79 # SCSI peripherals
80 device          scbus                   # SCSI bus (required for ATA/SCSI)
81 device          da                      # Direct Access (disks)
82 device          cd                      # CD
83 device          pass                    # Passthrough device (direct ATA/SCSI access)
84
85 # USB support
86 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
87 device          ehci                    # EHCI USB interface
88 device          usb                     # USB Bus (required)
89 device          umass                   # Disks/Mass storage - Requires scbus and da
90 device          uhid                    # "Human Interface Devices"
91 #device         u3g                     # USB modems
92 device          ukbd                    # Allow keyboard like HIDs to control console
93 device          ums                     # USB mouse
94
95 # USB Ethernet, requires miibus
96 #device         aue                     # ADMtek USB Ethernet
97 #device         axe                     # ASIX Electronics USB Ethernet
98 #device         cdce                    # Generic USB over Ethernet
99 #device         cue                     # CATC USB Ethernet
100 #device         kue                     # Kawasaki LSI USB Ethernet
101 #device         rue                     # RealTek RTL8150 USB Ethernet
102 #device         udav                    # Davicom DM9601E USB
103
104 # USB Wireless
105 #device         rum                     # Ralink Technology RT2501USB wireless NICs
106
107 # Wireless NIC cards
108 #device         wlan                    # 802.11 support
109 #device         wlan_wep                # 802.11 WEP support
110 #device         wlan_ccmp               # 802.11 CCMP support
111 #device         wlan_tkip               # 802.11 TKIP support
112 #device         wlan_amrr               # AMRR transmit rate control algorithm
113
114 # PCI
115 options         NEW_PCIB
116 device          pci
117
118 # PCI Ethernet NICs that use the common MII bus controller code.
119 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
120 device          re                      # RealTek 8139C+/8169/8169S/8110S
121
122 # DRM2
123 #device         fbd
124 #device         vt
125 #device         splash
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