1# $FreeBSD$
2
3options 	FDT
4
5# Undo options from sys/conf/NOTES that we do not want...
6
7nooptions	COMPAT_FREEBSD4
8nooptions	COMPAT_FREEBSD5
9nooptions	COMPAT_FREEBSD6
10nooptions	COMPAT_FREEBSD7
11nooptions	COMPAT_FREEBSD9
12nooptions	PPC_PROBE_CHIPSET
13nooptions	MAXCPU		# value is set in machine/param.h
14
15# Devices in sys/conf/NOTES for which no such hardware exists on arm,
16# or the drivers don't compile...
17
18nodevice	fdc
19nodevice	sym
20
21nodevice	sc
22nodevice	blank_saver
23nodevice	daemon_saver
24nodevice	dragon_saver
25nodevice	fade_saver
26nodevice	fire_saver
27nodevice	green_saver
28nodevice	logo_saver
29nodevice	rain_saver
30nodevice	snake_saver
31nodevice	star_saver
32nodevice	warp_saver
33
34nodevice	ccr
35nodevice	cxgbe
36nodevice	cxgbev
37nodevice	snd_cmi
38
39nodevice	mpr
40nodevice	mps
41
42# Add devices which are specific to various arm platforms...
43
44device		twsi		# i2c controller on Marvel and Allwinner
45
46device		pl330		# ARM PL330 dma controller
47device		xdma		# xDMA framework for SoC on-chip dma controllers
48
49