xref: /freebsd/sys/arm/conf/TEGRA124 (revision eb9da1ada8b6b2c74378a5c17029ec5a7fb199e6)
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
21include  	"std.armv6"
22include 	"../nvidia/tegra124/std.tegra124"
23
24ident		TEGRA124
25
26options 	SCHED_ULE		# ULE scheduler
27options 	PLATFORM		# Platform based SoC
28options 	PLATFORM_SMP
29options 	SMP			# Enable multiple cores
30options 	LINUX_BOOT_ABI
31
32# Interrupt controller
33device		gic
34
35# ARM Generic Timer
36device		generic_timer
37
38# EXT_RESOURCES pseudo devices
39options 	EXT_RESOURCES
40device		clk
41device		phy
42device		hwreset
43device		regulator
44
45# Pseudo devices.
46device		loop			# Network loopback
47device		random			# Entropy device
48device		vlan			# 802.1Q VLAN support
49#device		tun			# Packet tunnel.
50device		md			# Memory "disks"
51#device		gif			# IPv6 and IPv4 tunneling
52#device		firmware		# firmware assist module
53device		ether			# Ethernet support
54device		miibus			# Required for ethernet
55device		bpf			# Berkeley packet filter (required for DHCP)
56
57
58# General-purpose input/output
59device		gpio
60#device		gpioled
61
62# I2C support
63device		iic
64device		iicbus
65device		icee
66
67# Serial (COM) ports
68device		uart			# Multi-uart driver
69device		uart_ns8250
70
71# MMC/SD/SDIO Card slot support
72device		sdhci			# SD controller
73device		mmc			# SD/MMC protocol
74device		mmcsd			# SDCard disk device
75
76# ATA controllers
77device		ahci			# AHCI-compatible SATA controllers
78
79# SCSI peripherals
80device		scbus			# SCSI bus (required for ATA/SCSI)
81device		da			# Direct Access (disks)
82device		cd			# CD
83device		pass			# Passthrough device (direct ATA/SCSI access)
84
85# USB support
86options 	USB_HOST_ALIGN=64	# Align usb buffers to cache line size.
87device		ehci			# EHCI USB interface
88device		usb			# USB Bus (required)
89device		umass			# Disks/Mass storage - Requires scbus and da
90device		uhid			# "Human Interface Devices"
91#device		u3g			# USB modems
92device		ukbd			# Allow keyboard like HIDs to control console
93device		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
115options 	NEW_PCIB
116device		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!
120device		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
134options 	FDT			# Configure using FDT/DTB data
135device  	fdt_pinctrl
136
137# SoC-specific devices
138
139#device  	hwpmc
140