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/ALPINE

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 # Kernel configuration for Alpine Board.
    2 #
    3 # For more information on this file, please read the config(5) manual page,
    4 # and/or the handbook section on Kernel Configuration Files:
    5 #
    6 #    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
    7 #
    8 # The handbook is also available locally in /usr/share/doc/handbook
    9 # if you've installed the doc distribution, otherwise always see the
   10 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
   11 # latest information.
   12 #
   13 # An exhaustive list of options and more detailed explanations of the
   14 # device lines is also present in the ../../conf/NOTES and NOTES files.
   15 # If you are in doubt as to the purpose or necessity of a line, check first
   16 # in NOTES.
   17 #
   18 # $FreeBSD$
   19 
   20 ident           ALPINE
   21 
   22 include         "std.armv7"
   23 include         "../annapurna/alpine/std.alpine"
   24 
   25 makeoptions     MODULES_OVERRIDE=""
   26 
   27 options         SCHED_4BSD              # 4BSD scheduler
   28 options         SMP                     # Enable multiple cores
   29 options         PLATFORM
   30 
   31 # Interrupt controller
   32 device          gic
   33 
   34 # Annapurna Alpine drivers
   35 device          al_ccu                  # Alpine Cache Coherency Unit
   36 device          al_nb_service           # Alpine North Bridge Service
   37 device          al_iofic                # I/O Fabric Interrupt Controller
   38 device          al_serdes               # Serializer/Deserializer
   39 device          al_udma                 # Universal DMA
   40 
   41 # pseudo devices
   42 device          clk
   43 device          phy
   44 device          hwreset
   45 device          nvmem
   46 device          regulator
   47 device          syscon
   48 
   49 # Pseudo devices
   50 device          loop
   51 device          pty
   52 device          md
   53 device          gpio
   54 
   55 # ATA controllers
   56 device          ahci            # AHCI-compatible SATA controllers
   57 device          ata             # Legacy ATA/SATA controllers
   58 
   59 # ATA/SCSI peripherals
   60 device          scbus           # SCSI bus (required for ATA/SCSI)
   61 device          ch              # SCSI media changers
   62 device          da              # Direct Access (disks)
   63 device          sa              # Sequential Access (tape etc)
   64 device          cd              # CD
   65 device          pass            # Passthrough device (direct ATA/SCSI access)
   66 device          ses             # Enclosure Services (SES and SAF-TE)
   67 #device         ctl             # CAM Target Layer
   68 
   69 # Serial ports
   70 device          uart
   71 
   72 # PCI/PCIE
   73 device          pci
   74 device          pci_host_generic
   75 device          al_pci          # Annapurna Alpine PCI-E
   76 
   77 # Ethernet
   78 device          ether
   79 device          mii
   80 device          bpf
   81 device          al_eth          # Annapurna Alpine Ethernet NIC
   82 options         DEVICE_POLLING
   83 
   84 # USB ethernet support, requires miibus
   85 device          miibus
   86 
   87 #FDT
   88 options         FDT
   89 options         FDT_DTB_STATIC
   90 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts

Cache object: 4bd361c88588ebcc153f39a76c3003cd


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