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

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

Cache object: f039d1b423eb42bd6aff9a59e5963086


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