Remove usfs(4) from arm kernel configs
[freebsd.git] / sys / arm / conf / GENERIC
1 #
2 # GENERICV6 -- Generic(ish) kernel config.
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 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
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 (http://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           GENERIC
22
23 cpu             CPU_CORTEXA
24 options         SMP_ON_UP
25 machine         arm armv6
26 makeoptions     CONF_CFLAGS="-march=armv7a"
27
28 makeoptions     KERNVIRTADDR=0xc0000000
29 options         KERNVIRTADDR=0xc0000000
30
31 include         "std.armv6"
32 files           "../allwinner/files.allwinner"
33 files           "../allwinner/files.allwinner_up"
34 files           "../allwinner/a10/files.a10"
35 files           "../allwinner/a13/files.a13"
36 files           "../allwinner/a20/files.a20"
37 files           "../allwinner/a31/files.a31"
38 files           "../allwinner/a33/files.a33"
39 files           "../allwinner/a83t/files.a83t"
40 files           "../allwinner/h3/files.h3"
41 files           "../broadcom/bcm2835/files.bcm2836"
42 files           "../broadcom/bcm2835/files.bcm283x"
43 files           "../nvidia/tegra124/files.tegra124"
44 files           "../qemu/files.qemu"
45 files           "../ti/files.ti"
46 files           "../ti/am335x/files.am335x"
47 files           "../ti/omap4/files.omap4"
48
49 options         SOC_ALLWINNER_A10
50 options         SOC_ALLWINNER_A13
51 options         SOC_ALLWINNER_A20
52 options         SOC_ALLWINNER_A31
53 options         SOC_ALLWINNER_A31S
54 options         SOC_ALLWINNER_A33
55 options         SOC_ALLWINNER_A83T
56 options         SOC_ALLWINNER_H3
57 options         SOC_BCM2836
58 options         SOC_TI_AM335X
59 options         SOC_OMAP4
60
61 options         SCHED_ULE               # ULE scheduler
62 options         SMP                     # Enable multiple cores
63 options         PLATFORM
64 options         PLATFORM_SMP
65 options         MULTIDELAY
66 options         LINUX_BOOT_ABI
67
68 # EXT_RESOURCES pseudo devices
69 options         EXT_RESOURCES
70 device          clk
71 device          phy
72 device          hwreset
73 device          regulator
74
75 # CPU frequency control
76 device          cpufreq
77
78 # Interrupt controller
79 options         INTRNG
80 device          gic
81
82 # PMU support (for CCNT).
83 device          pmu
84
85 # ARM Generic Timer
86 device          generic_timer
87 device          mpcore_timer
88
89 # MMC/SD/SDIO Card slot support
90 device          sdhci                   # SD controller
91 device          mmc                     # mmc/sd bus
92 device          mmcsd                   # mmc/sd flash cards
93
94 # ATA controllers
95 device          ahci                    # AHCI-compatible SATA controllers
96 #device         ata                     # Legacy ATA/SATA controllers
97
98 # PCI
99 options         NEW_PCIB
100 device          pci
101
102 # PCI NICs
103 device          re                      # RealTek 8139C+/8169/8169S/8110S
104
105 # VirtIO
106 device          virtio
107 device          virtio_mmio
108 device          virtio_blk
109 device          vtnet
110
111 # Console and misc
112 device          uart
113 device          uart_ns8250
114 device          uart_snps
115 device          pl011
116 device          pty
117 device          snp
118 device          md                      # Memory "disks"
119 device          random                  # Entropy device
120 device          psci
121
122 # I2C support
123 device          iicbus
124 device          iic
125 device          twsi
126 device          rsb                     # Allwinner Reduced Serial Bus
127 device          p2wi                    # Allwinner Push-Pull Two Wire
128 device          axp209                  # AXP209 Power Management Unit
129 device          axp81x                  # AXP813/818 Power Management Unit
130 device          bcm2835_bsc
131 device          icee
132 device          sy8106a                 # SY8106A Buck Regulator
133 device          ti_i2c
134 device          am335x_pmic             # AM335x Power Management IC (TPC65217)
135 device          am335x_rtc              # RTC support (power management only)
136 #define         am335x_dmtpps           # Pulse Per Second capture driver
137 device          twl                     # TI TWLX0X0/TPS659x0 Power Management
138 device          twl_vreg                # twl voltage regulation
139 device          twl_clks                # twl external clocks
140
141 # GPIO
142 device          gpio
143 device          gpiobacklight
144 device          gpioled
145 device          gpioregulator
146
147 # EVDEV support
148 device          evdev                   # input event device support
149 options         EVDEV_SUPPORT           # evdev support in legacy drivers
150 device          uinput                  # install /dev/uinput cdev
151 device          aw_cir
152
153 # SPI
154 device          spibus
155 device          spigen
156 device          bcm2835_spi
157 device          ti_spi
158
159 # ADC support
160 device          ti_adc
161
162 # Watchdog support
163 # If we don't enable the watchdog driver, the BealeBone could potentially
164 # reboot automatically because the boot loader might have enabled the
165 # watchdog.
166 device          ti_wdt
167
168 device          scbus                   # SCSI bus (required for ATA/SCSI)
169 device          da                      # Direct Access (disks)
170 device          cd                      # CD
171 device          pass                    # Passthrough device (direct ATA/SCSI access)
172
173 # USB support
174 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
175 device          usb
176 #device         uhci
177 device          ohci
178 device          ehci
179 device          dwcotg                  # DWC OTG controller
180 device          musb
181
182 device          umass                   # Disks/Mass storage - Requires scbus and da
183 device          uhid                    # "Human Interface Devices"
184 device          ukbd                    # Allow keyboard like HIDs to control console
185
186 # Device mode support
187 device          usb_template            # Control of the gadget
188
189 # Ethernet
190 device          loop
191 device          ether
192 device          vlan                    # 802.1Q VLAN support
193 device          bpf
194
195 # Ethernet NICs that use the common MII bus controller code.
196 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
197 device          miibus
198
199 device          awg                     # 10/100/1000 integrated EMAC controller
200 device          cpsw                    # TI Common Platform Ethernet Switch (CPSW)
201 device          dwc                     # 10/100/1000 integrated GMAC controller
202 device          emac                    # 10/100 integrated EMAC controller
203 device          smsc                    # SMSC LAN91C111
204
205 # Sound support
206 device          sound
207
208 # Framebuffer support
209 device          vt
210 device          kbdmux
211 device          ums
212 device          videomode
213 device          hdmi
214 device          vchiq
215
216 # Pinmux
217 device          fdt_pinctrl
218
219 # TI Programmable Realtime Unit support
220 device          ti_pruss
221
222 # Mailbox support
223 device          ti_mbox
224
225 # DMA controller
226 device          ti_sdma
227
228 # Extensible Firmware Interface
229 options         EFI
230
231 # Flattened Device Tree
232 options         FDT                     # Configure using FDT/DTB data
233 makeoptions     MODULES_EXTRA="dtb/allwinner dtb/am335x dtb/nvidia dtb/rpi dtb/omap4"