The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/TEGRA124

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 # $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 # pseudo devices
   38 device          clk
   39 device          phy
   40 device          hwreset
   41 device          regulator
   42 device          syscon
   43 
   44 # Pseudo devices.
   45 device          loop                    # Network loopback
   46 device          vlan                    # 802.1Q VLAN support
   47 #device         tuntap                  # Packet tunnel.
   48 device          md                      # Memory "disks"
   49 #device         gif                     # IPv6 and IPv4 tunneling
   50 device          firmware                # firmware assist module
   51 device          ether                   # Ethernet support
   52 device          miibus                  # Required for ethernet
   53 device          bpf                     # Berkeley packet filter (required for DHCP)
   54 
   55 
   56 # General-purpose input/output
   57 device          gpio
   58 #device         gpioled
   59 
   60 # I2C support
   61 device          iic
   62 device          iicbus
   63 device          icee
   64 
   65 # Serial (COM) ports
   66 device          uart                    # Multi-uart driver
   67 device          uart_ns8250
   68 
   69 # MMC/SD/SDIO Card slot support
   70 device          sdhci                   # SD controller
   71 device          mmc                     # SD/MMC protocol
   72 device          mmcsd                   # SDCard disk device
   73 
   74 # ATA controllers
   75 device          ahci                    # AHCI-compatible SATA controllers
   76 
   77 # SCSI peripherals
   78 device          scbus                   # SCSI bus (required for ATA/SCSI)
   79 device          da                      # Direct Access (disks)
   80 device          cd                      # CD
   81 device          pass                    # Passthrough device (direct ATA/SCSI access)
   82 
   83 # USB support
   84 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
   85 device          ehci                    # EHCI USB interface
   86 device          xhci                    # XHCI USB interface
   87 device          tegra124_xusb_fw        # Tegra XUSB firmware
   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          kbdmux
  126 device          drm2
  127 
  128 # Sound
  129 #device         sound
  130 #device         snd_hda
  131 
  132 # HID support
  133 device          hid                     # Generic HID support
  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

Cache object: b424192157ca89ccb58f9fd4804b5bf7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.