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

Cache object: 5b4caa965d616974f0027d3c30b7537f


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