]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
MFV: r313101
[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/std.omap4"
32
33 makeoptions     MODULES_EXTRA=dtb/omap4
34
35 options         SCHED_ULE               # ULE scheduler
36 options         PLATFORM
37 options         PLATFORM_SMP
38 options         SMP                     # Enable multiple cores
39
40 # NFS root from boopt/dhcp
41 #options        BOOTP
42 #options        BOOTP_NFSROOT
43 #options        BOOTP_COMPAT
44 #options        BOOTP_NFSV3
45 #options        BOOTP_WIRED_TO=ue0
46
47 device          fdt_pinctrl
48 # Interrupt controller
49 device          gic
50 options         INTRNG
51
52 # ARM MPCore timer
53 device          mpcore_timer
54
55 # MMC/SD/SDIO Card slot support
56 device          mmc                     # mmc/sd bus
57 device          mmcsd                   # mmc/sd flash cards
58 device          sdhci                   # mmc/sd host controller
59
60 # I2C support
61 device          iicbus
62 device          iic
63 device          ti_i2c
64
65 # Console and misc
66 device          uart
67 device          uart_ns8250
68 device          pty
69 device          snp
70 device          md
71 device          random                  # Entropy device
72 device          pl310                   # PL310 L2 cache controller
73
74 # GPIO
75 device          gpio
76 device          gpioled
77
78 # The following enables MFS as root, this seems similar to an initramfs or initrd
79 # as used in Linux.
80 #options        MD_ROOT
81 #options        MD_ROOT_SIZE=7560
82
83
84
85 # USB support
86 device          usb
87 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
88 device          ohci
89 device          ehci
90 device          umass
91 device          scbus                   # SCSI bus (required for ATA/SCSI)
92 device          da                      # Direct Access (disks)
93
94 # Ethernet
95 device          loop
96 device          ether
97 device          mii
98 device          smc
99 device          smcphy
100 device          bpf
101
102 # USB Ethernet support, requires miibus
103 device          miibus
104 #device         axe                     # ASIX Electronics USB Ethernet
105 device          smsc                    # SMSC LAN95xx USB Ethernet
106
107
108 # OMAP-specific devices
109 device          ti_sdma
110 device          twl
111 device          twl_vreg
112 device          twl_clks
113
114 # Flattened Device Tree
115 options         FDT                     # Configure using FDT/DTB data
116 options         FDT_DTB_STATIC
117 makeoptions     FDT_DTS_FILE=pandaboard.dts