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

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 Marvell Armada38x
    3 #
    4 # $FreeBSD$
    5 #
    6 
    7 include         "../mv/armada38x/std.armada38x"
    8 include         "std.armv7"
    9 
   10 ident   ARMADA38X
   11 
   12 options         SOC_MV_ARMADA38X
   13 
   14 makeoptions     MODULES_EXTRA="dtb/mv"
   15 
   16 #options        MD_ROOT
   17 #makeoptions    MFS_IMAGE=/path/to/miniroot
   18 #options        ROOTDEVNAME=\"ufs:md0\"
   19 options         ROOTDEVNAME=\"/dev/da0s1a\"
   20 
   21 options         SCHED_ULE               # ULE scheduler
   22 options         SMP
   23 
   24 options         VM_KMEM_SIZE_MAX=0x9CCD000
   25 
   26 # Pseudo devices
   27 device          pty
   28 device          loop
   29 device          md
   30 
   31 # Serial ports
   32 device          uart
   33 device          uart_snps
   34 
   35 # Network
   36 device          ether
   37 device          vlan
   38 device          mii
   39 device          bpf
   40 device          mdio
   41 device          etherswitch
   42 device          e6000sw
   43 device          neta
   44 
   45 # PCI
   46 device          pci
   47 
   48 # Interrupt controllers
   49 device          gic
   50 
   51 # Timers
   52 device          mpcore_timer
   53 
   54 # USB
   55 device          usb
   56 device          ehci
   57 device          xhci
   58 device          umass
   59 device          scbus
   60 device          pass
   61 device          da
   62 
   63 # MMC/SD/SDIO Card slot support
   64 device          mmc                     # mmc/sd bus
   65 device          mmcsd                   # mmc/sd flash cards
   66 device          sdhci                   # mmc/sd host controller
   67 
   68 # SATA
   69 device          ahci
   70 
   71 # I2C
   72 device          iic
   73 device          iicbus
   74 device          twsi
   75 
   76 # SPI
   77 device          spibus
   78 device          spigen
   79 device          mv_spi
   80 
   81 # Wireless NIC cards
   82 device          wlan            # 802.11 support
   83 device          ath             # Atheros NIC's
   84 device          ath_pci         # Atheros pci/cardbus glue
   85 device          ath_hal
   86 device          ath_rate_sample
   87 options         ATH_ENABLE_11N
   88 
   89 # CESA
   90 device          cesa
   91 device          crypto
   92 device          cryptodev
   93 
   94 # L2 Cache
   95 device          pl310
   96 
   97 options         PLATFORM
   98 
   99 # FDT
  100 options         FDT
  101 
  102 # GPIO
  103 device gpio
  104 device gpioled

Cache object: d19549268d3ac7cce5bf89ec815dc8bf


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