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

Cache object: 217e15acb101db11f9e0626bc7fc79e8


[ 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.