]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/BEAGLEBONE
MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followups
[FreeBSD/FreeBSD.git] / sys / arm / conf / BEAGLEBONE
1 #
2 # BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
3 # platforms, check out http://www.beagleboard.org/bone and
4 # http://www.beagleboard.org/black. This kernel config file is used for the
5 # original BeagleBone and the BeagleBone Black.
6 #
7 # For more information on this file, please read the config(5) manual page,
8 # and/or the handbook section on Kernel Configuration Files:
9 #
10 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
11 #
12 # The handbook is also available locally in /usr/share/doc/handbook
13 # if you've installed the doc distribution, otherwise always see the
14 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15 # latest information.
16 #
17 # An exhaustive list of options and more detailed explanations of the
18 # device lines is also present in the ../../conf/NOTES and NOTES files.
19 # If you are in doubt as to the purpose or necessity of a line, check first
20 # in NOTES.
21 #
22 # $FreeBSD$
23
24 ident           BEAGLEBONE
25
26 include         "std.armv6"
27 include         "../ti/am335x/std.am335x"
28
29 makeoptions     MODULES_EXTRA="dtb/am335x am335x_dmtpps"
30
31 options         INTRNG
32
33 options         SCHED_4BSD              # 4BSD scheduler
34 options         PLATFORM
35
36 # NFS server support
37 #options        NFSD
38
39 # NFS root from boopt/dhcp
40 #options        BOOTP
41 #options        BOOTP_NFSROOT
42 #options        BOOTP_COMPAT
43 #options        BOOTP_NFSV3
44 #options        BOOTP_WIRED_TO=cpsw0
45
46 # Boot device is 2nd slice on MMC/SD card
47 options         ROOTDEVNAME=\"ufs:mmcsd0s2\"
48
49 # MMC/SD/SDIO Card slot support
50 device          mmc                     # mmc/sd bus
51 device          mmcsd                   # mmc/sd flash cards
52 device          sdhci                   # mmc/sd host controller
53
54 # I2C support
55 device          iicbus
56 device          iic
57 device          ti_i2c
58 device          am335x_pmic             # AM335x Power Management IC (TPC65217)
59
60 device          am335x_rtc              # RTC support (power management only)
61 #define         am335x_dmtpps           # Pulse Per Second capture driver
62
63 # Console and misc
64 device          uart
65 device          uart_ns8250
66 device          pty
67 device          snp
68 device          md
69 device          random                  # Entropy device
70
71 # GPIO
72 device          gpio
73 device          gpioled
74 device          gpiobacklight
75
76 # SPI
77 device          ti_spi
78 device          spibus
79
80 # ADC support
81 device          ti_adc
82
83 # Watchdog support
84 # If we don't enable the watchdog driver, the system could potentially
85 # reboot automatically because the boot loader might have enabled the
86 # watchdog.
87 device          ti_wdt
88
89 # TI Programmable Realtime Unit support
90 device          ti_pruss
91
92 # Mailbox support
93 device          ti_mbox
94
95 # PMU support (for CCNT).
96 device          pmu
97
98 # USB support
99 device          usb
100 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
101 device          musb
102 device          umass
103 device          scbus                   # SCSI bus (required for ATA/SCSI)
104 device          da                      # Direct Access (disks)
105
106 # Ethernet
107 device          loop
108 device          ether
109 device          mii
110 device          smscphy
111 device          cpsw
112 device          bpf
113
114 # USB Ethernet support, requires miibus
115 device          miibus
116
117 # Device mode support
118 device          usb_template            # Control of the gadget
119
120 # Pinmux
121 device          fdt_pinctrl
122
123 # Flattened Device Tree
124 options         FDT                     # Configure using FDT/DTB data
125
126 # Comment following lines for boot console on serial port
127 device          vt
128 device          videomode
129 device          hdmi
130 device          ums
131 device          ukbd
132 device          kbdmux
133
134 # Uncomment to enable evdev support for ti_adc
135 # options               EVDEV_SUPPORT