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

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 Vybrid Family boards.
    3 #
    4 # For more information on this file, please read the config(5) manual page,
    5 # and/or the handbook section on Kernel Configuration Files:
    6 #
    7 #    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
    8 #
    9 # The handbook is also available locally in /usr/share/doc/handbook
   10 # if you've installed the doc distribution, otherwise always see the
   11 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
   12 # latest information.
   13 #
   14 # An exhaustive list of options and more detailed explanations of the
   15 # device lines is also present in the ../../conf/NOTES and NOTES files.
   16 # If you are in doubt as to the purpose or necessity of a line, check first
   17 # in NOTES.
   18 #
   19 # $FreeBSD$
   20 
   21 ident           VYBRID
   22 include         "std.armv7"
   23 include         "../freescale/vybrid/std.vybrid"
   24 
   25 options         SCHED_4BSD              # 4BSD scheduler
   26 options         PLATFORM                # Platform based SoC
   27 #options        SMP                     # Enable multiple cores
   28 
   29 # NFS root from boopt/dhcp
   30 #options        BOOTP
   31 #options        BOOTP_NFSROOT
   32 #options        BOOTP_COMPAT
   33 #options        BOOTP_NFSV3
   34 #options        BOOTP_WIRED_TO=ffec0
   35 
   36 #options        ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
   37 options         ROOTDEVNAME=\"ufs:/dev/da0\"
   38 
   39 options         MUTEX_NOINLINE
   40 options         RWLOCK_NOINLINE
   41 options         NO_FFS_SNAPSHOT
   42 options         NO_SWAPPING
   43 
   44 # Interrupt controller
   45 device          gic
   46 
   47 # pseudo devices
   48 device          clk
   49 device          phy
   50 device          hwreset
   51 device          nvmem
   52 device          regulator
   53 device          syscon
   54 
   55 # ARM MPCore timer
   56 device          mpcore_timer
   57 
   58 # MMC/SD/SDIO Card slot support
   59 device          mmc                     # mmc/sd bus
   60 device          mmcsd                   # mmc/sd flash cards
   61 device          sdhci                   # generic sdhci
   62 
   63 # Pseudo devices
   64 
   65 device          loop
   66 device          pty
   67 device          md
   68 device          gpio
   69 
   70 # USB support
   71 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
   72 device          usb
   73 #device         musb
   74 device          ehci
   75 #device         ohci
   76 
   77 device          umass
   78 device          scbus                   # SCSI bus (required for ATA/SCSI)
   79 device          da                      # Direct Access (disks)
   80 device          pass
   81 
   82 # SATA
   83 #device         ata
   84 #device         atadisk
   85 #device         mvs
   86 
   87 # Serial ports
   88 device          uart
   89 
   90 # I2C (TWSI)
   91 device          iic
   92 device          iicbus
   93 
   94 # Ethernet
   95 device          ether
   96 device          ffec
   97 
   98 # USB ethernet support, requires miibus
   99 device          miibus
  100 device          axe                     # ASIX Electronics USB Ethernet
  101 device          bpf                     # Berkeley packet filter
  102 
  103 device          sound
  104 
  105 # SPI
  106 device          spibus
  107 device          vf_spi
  108 
  109 # Framebuffer
  110 device          vt
  111 device          kbdmux
  112 device          ukbd
  113 
  114 # HID support
  115 device          hid                     # Generic HID support
  116 
  117 # Flattened Device Tree
  118 options         FDT                     # Configure using FDT/DTB data

Cache object: 762927afad3919b2d784425ab9152f92


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