]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/BEAGLEBONE
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and update
[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 options         MULTIDELAY
33
34 options         SCHED_4BSD              # 4BSD scheduler
35 options         PLATFORM
36
37 # NFS server support
38 #options        NFSD
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=cpsw0
46
47 # Boot device is 2nd slice on MMC/SD card
48 options         ROOTDEVNAME=\"ufs:mmcsd0s2\"
49
50 # MMC/SD/SDIO Card slot support
51 device          mmc                     # mmc/sd bus
52 device          mmcsd                   # mmc/sd flash cards
53 device          sdhci                   # mmc/sd host controller
54
55 # I2C support
56 device          iicbus
57 device          iic
58 device          ti_i2c
59 device          am335x_pmic             # AM335x Power Management IC (TPC65217)
60
61 device          am335x_rtc              # RTC support (power management only)
62 #define         am335x_dmtpps           # Pulse Per Second capture driver
63
64 # Console and misc
65 device          uart
66 device          uart_ns8250
67 device          pty
68 device          snp
69 device          md
70 device          random                  # Entropy device
71
72 # GPIO
73 device          gpio
74 device          gpioled
75 device          gpiobacklight
76
77 # SPI
78 device          ti_spi
79 device          spibus
80
81 # ADC support
82 device          ti_adc
83
84 # Watchdog support
85 # If we don't enable the watchdog driver, the system could potentially
86 # reboot automatically because the boot loader might have enabled the
87 # watchdog.
88 device          ti_wdt
89
90 # TI Programmable Realtime Unit support
91 device          ti_pruss
92
93 # Mailbox support
94 device          ti_mbox
95
96 # PMU support (for CCNT).
97 device          pmu
98
99 # USB support
100 device          usb
101 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
102 device          musb
103 device          umass
104 device          scbus                   # SCSI bus (required for ATA/SCSI)
105 device          da                      # Direct Access (disks)
106
107 # Ethernet
108 device          loop
109 device          ether
110 device          mii
111 device          smscphy
112 device          cpsw
113 device          bpf
114
115 # USB Ethernet support, requires miibus
116 device          miibus
117
118 # Device mode support
119 device          usb_template            # Control of the gadget
120
121 # Pinmux
122 device          fdt_pinctrl
123
124 # Flattened Device Tree
125 options         FDT                     # Configure using FDT/DTB data
126
127 # Comment following lines for boot console on serial port
128 device          vt
129 device          videomode
130 device          hdmi
131 device          ums
132 device          ukbd
133 device          kbdmux
134
135 # Uncomment to enable evdev support for ti_adc
136 # options               EVDEV_SUPPORT