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/arm64/conf/std.marvell

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 # Marvell SoC support
    3 #
    4 
    5 # SoC support
    6 options         SOC_MARVELL_8K
    7 
    8 # GPIO / PINCTRL
    9 device          a37x0_gpio              # Marvell Armada 37x0 GPIO controller
   10 device          mv_gpio                 # Marvell GPIO controller
   11 device          mvebu_pinctrl           # Marvell Pinmux Controller
   12 
   13 # I2C
   14 device          a37x0_iic               # Armada 37x0 I2C controller
   15 device          tca64xx                 # I2C gpio expander
   16 device          twsi                    # Allwinner/Marvell I2C controller
   17 
   18 # Interrupt controllers
   19 device          mv_cp110_icu            # Marvell CP110 ICU
   20 device          mv_ap806_gicp           # Marvell AP806 GICP
   21 device          mv_ap806_sei            # Marvell AP806 SEI
   22 
   23 # Real-time clock support
   24 device          mv_rtc                  # Marvell Real-time Clock
   25 
   26 # Crypto accelerators
   27 device          safexcel                # Inside Secure EIP-97
   28 
   29 # Thermal sensors
   30 device          mv_thermal              # Marvell Thermal Sensor Controller
   31 
   32 # SPI
   33 device          a37x0_spi               # Marvell Armada 37x0 SPI Controller
   34 
   35 # Serial (COM) ports
   36 device          uart_mvebu              # Armada 3700 UART driver
   37 device          uart_ns8250             # ns8250-type UART driver
   38 device          uart_snps
   39 
   40 # Ethernet NICs
   41 device          neta                    # Marvell Armada 370/38x/XP/3700 NIC
   42 
   43 # Etherswitch devices
   44 device          etherswitch             # Enable etherswitch support
   45 device          miiproxy                # Required for etherswitch
   46 
   47 # USB support
   48 device          ehci_mv                 # Marvell EHCI USB interface
   49 
   50 # MMC/SD/SDIO Card slot support
   51 device          sdhci
   52 device          sdhci_xenon             # Marvell Xenon SD/MMC controller
   53 
   54 options         FDT
   55 device          acpi
   56 
   57 # Clocks
   58 device          a37x0_xtal              # Marvell xtal-clock
   59 device          a37x0_tbg               # Marvell tbg-clock
   60 device          a37x0_nb_periph         # Marvell north-bridge peripheral clock
   61 device          a37x0_sb_periph         # Maravell south-bridge peripheral clock
   62 
   63 # DTBs
   64 makeoptions     MODULES_EXTRA+="dtb/mv"

Cache object: 97f36eecd76c7e571d902ae3f2bdb1b8


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