]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC.
[FreeBSD/FreeBSD.git] / sys / arm / conf / PANDABOARD
1 #
2 # PANDABOARD -- Custom configuration for the PandaBoard ARM development
3 # platform, check out www.pandaboard.org
4 #
5 # For more information on this file, please read the config(5) manual page,
6 # and/or the handbook section on Kernel Configuration Files:
7 #
8 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9 #
10 # The handbook is also available locally in /usr/share/doc/handbook
11 # if you've installed the doc distribution, otherwise always see the
12 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13 # latest information.
14 #
15 # An exhaustive list of options and more detailed explanations of the
16 # device lines is also present in the ../../conf/NOTES and NOTES files.
17 # If you are in doubt as to the purpose or necessity of a line, check first
18 # in NOTES.
19 #
20 # $FreeBSD$
21
22 ident           PANDABOARD
23
24 # This probably wants to move somewhere else.  Maybe we can create a basic
25 # OMAP4340 config, then make a PANDABOARD config that includes the basic one,
26 # adds the start addresses and custom devices plus pulls in this hints file.
27
28 hints           "PANDABOARD.hints"
29
30 include         "std.armv6"
31 include         "../ti/omap4/pandaboard/std.pandaboard"
32
33 options         SCHED_ULE               # ULE scheduler
34 options         PLATFORM
35 options         SMP                     # Enable multiple cores
36
37 # NFS root from boopt/dhcp
38 #options        BOOTP
39 #options        BOOTP_NFSROOT
40 #options        BOOTP_COMPAT
41 #options        BOOTP_NFSV3
42 #options        BOOTP_WIRED_TO=ue0
43
44 device          fdt_pinctrl
45 # Interrupt controller
46 device          gic
47 options         INTRNG
48
49 # ARM MPCore timer
50 device          mpcore_timer
51
52 # MMC/SD/SDIO Card slot support
53 device          mmc                     # mmc/sd bus
54 device          mmcsd                   # mmc/sd flash cards
55 device          sdhci                   # mmc/sd host controller
56
57 # I2C support
58 device          iicbus
59 device          iic
60 device          ti_i2c
61
62 # Console and misc
63 device          uart
64 device          uart_ns8250
65 device          pty
66 device          snp
67 device          md
68 device          random                  # Entropy device
69 device          pl310                   # PL310 L2 cache controller
70
71 # GPIO
72 device          gpio
73 device          gpioled
74
75 # The following enables MFS as root, this seems similar to an initramfs or initrd
76 # as used in Linux.
77 #options        MD_ROOT
78 #options        MD_ROOT_SIZE=7560
79
80
81
82 # USB support
83 device          usb
84 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
85 device          ohci
86 device          ehci
87 device          umass
88 device          scbus                   # SCSI bus (required for ATA/SCSI)
89 device          da                      # Direct Access (disks)
90
91 # Ethernet
92 device          loop
93 device          ether
94 device          mii
95 device          smc
96 device          smcphy
97 device          bpf
98
99 # USB Ethernet support, requires miibus
100 device          miibus
101 #device         axe                     # ASIX Electronics USB Ethernet
102 device          smsc                    # SMSC LAN95xx USB Ethernet
103
104
105 # OMAP-specific devices
106 device          ti_sdma
107 device          twl
108 device          twl_vreg
109 device          twl_clks
110
111 # Flattened Device Tree
112 options         FDT                     # Configure using FDT/DTB data
113 options         FDT_DTB_STATIC
114 makeoptions     FDT_DTS_FILE=pandaboard.dts