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/RT3050_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 # RT3050_FDT -- Kernel configuration file for FreeBSD/MIPS RT3050, RT3052 and
    3 # RT3350 SoCs
    4 #
    5 # This includes all the configurable parts of the kernel.
    6 #
    7 # $FreeBSD: releng/11.1/sys/mips/conf/RT3050_FDT 298397 2016-04-21 07:40:03Z sgalabov $
    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=DIR-600-B1.dts
   16 
   17 # Start with a base configuration
   18 include         "../mediatek/std.mediatek"
   19 
   20 ident           RT3050
   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          geom_uzip
   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_v1
   39 
   40 # UART device support
   41 nodevice        uart_ns8250
   42 device          uart_dev_mtk
   43 
   44 # SPI and SPI flash support
   45 device          mtk_spi_v1
   46 device          spibus
   47 device          mx25l
   48 
   49 # CFI support
   50 device          cfi
   51 device          cfid
   52 
   53 # GPIO and gpioled support
   54 device          mtk_gpio_v1
   55 device          gpio
   56 device          gpioled
   57 
   58 # USB (dwcotg) support
   59 device          usb
   60 device          mtk_usb_phy
   61 device          dwcotg
   62 
   63 # USB umass(4) storage and da(4) support
   64 device          umass
   65 device          da
   66 
   67 # CAM support, required if umass(4) is enabled above
   68 device          pass
   69 device          scbus
   70 
   71 # Ethernet, BPF and bridge support
   72 device          rt
   73 device          bpf
   74 device          if_bridge
   75 
   76 # Extres
   77 device          ext_resources
   78 device          clk

Cache object: 7f81759787ed4f3c763def5a688ede43


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