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

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 Efika MX Smarttop/Smartbook 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           EFIKA_MX
   22 
   23 include         "std.armv7"
   24 include         "../freescale/imx/std.imx51"
   25 
   26 makeoptions     WITHOUT_MODULES="ahc"
   27 
   28 options         SOC_IMX51
   29 
   30 options         SCHED_4BSD              # 4BSD scheduler
   31 #options        MD_ROOT                 # MD is a potential root device
   32 #options        NFSD                    # Network Filesystem Server
   33 options         PLATFORM
   34 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   35 
   36 # NFS root from boopt/dhcp
   37 #options        BOOTP
   38 #options        BOOTP_NFSROOT
   39 #options        BOOTP_COMPAT
   40 #options        BOOTP_NFSV3
   41 #options        BOOTP_WIRED_TO=ue0
   42 
   43 options         ROOTDEVNAME=\"ufs:ada0s2a\"
   44 
   45 
   46 # kernel/memory size reduction
   47 #options        MUTEX_NOINLINE
   48 #options        NO_FFS_SNAPSHOT
   49 #options        NO_SWAPPING
   50 #options        NO_SYSCTL_DESCR
   51 #options        RWLOCK_NOINLINE
   52 
   53 # pseudo devices
   54 device          clk
   55 device          phy
   56 device          hwreset
   57 device          nvmem
   58 device          regulator
   59 device          syscon
   60 
   61 # The `bpf' device enables the Berkeley Packet Filter.
   62 # Be aware of the administrative consequences of enabling this!
   63 # Note that 'bpf' is required for DHCP.
   64 device          bpf                     # Berkeley packet filter
   65 
   66 # Pseudo devices.
   67 device          loop                    # Network loopback
   68 device          ether                   # Ethernet support
   69 #device         vlan                    # 802.1Q VLAN support
   70 #device         tuntap                  # Packet tunnel.
   71 #device         md                      # Memory "disks"
   72 #device         gif                     # IPv6 and IPv4 tunneling
   73 #device         firmware                # firmware assist module
   74 
   75 # Serial (COM) ports
   76 device          uart                    # Multi-uart driver
   77 
   78 device          ata
   79 device          atapci                  # Only for helper functions
   80 device          imxata
   81 
   82 device          gpio
   83 device          gpioled
   84 
   85 device          fsliic
   86 device          iic
   87 device          iicbus
   88 
   89 # SCSI peripherals
   90 device          scbus                   # SCSI bus (required for ATA/SCSI)
   91 device          da                      # Direct Access (disks)
   92 device          cd                      # CD
   93 device          pass                    # Passthrough device (direct ATA/SCSI access)
   94 
   95 # USB support
   96 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
   97 device          ehci                    # OHCI USB interface
   98 device          usb                     # USB Bus (required)
   99 device          umass                   # Disks/Mass storage - Requires scbus and da
  100 device          uhid                    # "Human Interface Devices"
  101 device          u3g
  102 
  103 # USB Ethernet, requires miibus
  104 device          miibus
  105 device          aue                     # ADMtek USB Ethernet
  106 device          axe                     # ASIX Electronics USB Ethernet
  107 device          cdce                    # Generic USB over Ethernet
  108 device          cue                     # CATC USB Ethernet
  109 device          kue                     # Kawasaki LSI USB Ethernet
  110 device          rue                     # RealTek RTL8150 USB Ethernet
  111 device          udav                    # Davicom DM9601E USB
  112 
  113 # USB Wireless
  114 device          rum                     # Ralink Technology RT2501USB wireless NICs
  115 
  116 # Watchdog timer.
  117 # WARNING: can't be disabled!!!
  118 device          imxwdt                  # Watchdog
  119 
  120 # Wireless NIC cards
  121 device          wlan                    # 802.11 support
  122 device          wlan_wep                # 802.11 WEP support
  123 device          wlan_ccmp               # 802.11 CCMP support
  124 device          wlan_tkip               # 802.11 TKIP support
  125 device          wlan_amrr               # AMRR transmit rate control algorithm
  126 
  127 # HID support
  128 device          hid                     # Generic HID support
  129 
  130 # Flattened Device Tree
  131 options         FDT                     # Configure using FDT/DTB data
  132 options         FDT_DTB_STATIC
  133 makeoptions     FDT_DTS_FILE=efikamx.dts
  134 device          fdt_pinctrl             # FDT pinmux driver
  135 
  136 # NOTE: serial console will be disabled if syscons enabled
  137 # Uncomment following lines for framebuffer/syscons support
  138 device          sc
  139 device          kbdmux
  140 options         SC_DFLT_FONT            # compile font in
  141 makeoptions     SC_DFLT_FONT=cp437
  142 device          ukbd                    # Allow keyboard like HIDs to control console
  143 device          ums

Cache object: f7d2c68a727a0738ade4d60b0cdd1006


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