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/mips/conf/MT7620A_FDT

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 # MT7620A_FDT -- Kernel configuration file for FreeBSD/MIPS MT7620A SoC
    3 #
    4 # This includes all the configurable parts of the kernel.
    5 #
    6 # $FreeBSD: releng/11.0/sys/mips/conf/MT7620A_FDT 298397 2016-04-21 07:40:03Z sgalabov $
    7 #
    8 
    9 #NO_UNIVERSE
   10 
   11 #
   12 # FDT_DTS_FILE should be modified to suit the target board type.
   13 #
   14 #makeoptions    FDT_DTS_FILE=MT7620a.dts
   15 
   16 # Start with a base configuration
   17 include         "../mediatek/std.mediatek"
   18 
   19 ident           MT7620A
   20 cpu             CPU_MIPS24K
   21 
   22 # Don't build any modules by default
   23 makeoptions     MODULES_OVERRIDE=""
   24 
   25 # Default rootfs device configuration, should be changed to suit target board
   26 options         ROOTDEVNAME=\"ufs:md0.uzip\"
   27 
   28 # Support geom_uzip(4) compressed disk images
   29 device          geom_uzip
   30 options         GEOM_UZIP
   31 
   32 # Support md(4) and md-based rootfs
   33 device          md
   34 options         MD_ROOT
   35 
   36 # Interrupt controller support
   37 device          mtk_intr_v1
   38 
   39 # UART device support
   40 nodevice        uart_ns8250
   41 device          uart_dev_mtk
   42 
   43 # SPI and SPI flash support
   44 device          mtk_spi_v1
   45 device          spibus
   46 device          mx25l
   47 
   48 # GPIO and gpioled support
   49 device          mtk_gpio_v1
   50 device          gpio
   51 device          gpioled
   52 
   53 # PCI support
   54 device          pci
   55 
   56 # USB (ehci, ohci) support
   57 device          usb
   58 device          mtk_usb_phy
   59 device          ehci
   60 device          ohci
   61 
   62 # USB umass(4) storage and da(4) support
   63 device          umass
   64 device          da
   65 
   66 # CAM support, required if umass(4) is enabled above
   67 device          pass
   68 device          scbus
   69 
   70 # Ethernet, BPF and bridge support
   71 device          rt
   72 device          bpf
   73 device          if_bridge
   74 
   75 # Extres
   76 device          ext_resources
   77 device          clk

Cache object: 48933df5e70d825a2e949ecd86bfb991


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