EXYNOS5250 revision 263933
1263933Sbr# Kernel configuration for Samsung Exynos 5250 boards.
2263933Sbr#
3263933Sbr# For more information on this file, please read the config(5) manual page,
4263933Sbr# and/or the handbook section on Kernel Configuration Files:
5263933Sbr#
6263933Sbr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7263933Sbr#
8263933Sbr# The handbook is also available locally in /usr/share/doc/handbook
9263933Sbr# if you've installed the doc distribution, otherwise always see the
10263933Sbr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11263933Sbr# latest information.
12263933Sbr#
13263933Sbr# An exhaustive list of options and more detailed explanations of the
14263933Sbr# device lines is also present in the ../../conf/NOTES and NOTES files.
15263933Sbr# If you are in doubt as to the purpose or necessity of a line, check first
16263933Sbr# in NOTES.
17263933Sbr#
18263933Sbr# $FreeBSD: head/sys/arm/conf/EXYNOS5250 263933 2014-03-30 14:25:14Z br $
19263933Sbr
20263933Sbrinclude		"../samsung/exynos/std.exynos5"
21263933Sbr
22263933Sbrmakeoptions	MODULES_OVERRIDE=""
23263933Sbrmakeoptions	WITHOUT_MODULES="ahc"
24263933Sbr
25263933Sbrmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
26263933Sbrmakeoptions	WERROR="-Werror"
27263933Sbr
28263933Sbroptions 	HZ=100
29263933Sbroptions 	SCHED_4BSD		# 4BSD scheduler
30263933Sbroptions 	INET			# InterNETworking
31263933Sbroptions 	INET6			# IPv6 communications protocols
32263933Sbroptions 	GEOM_PART_BSD		# BSD partition scheme
33263933Sbroptions 	GEOM_PART_MBR		# MBR partition scheme
34263933Sbroptions 	TMPFS			# Efficient memory filesystem
35263933Sbroptions 	FFS			# Berkeley Fast Filesystem
36263933Sbroptions 	SOFTUPDATES
37263933Sbroptions 	UFS_ACL			# Support for access control lists
38263933Sbroptions 	UFS_DIRHASH		# Improve performance on big directories
39263933Sbroptions 	MSDOSFS			# MSDOS Filesystem
40263933Sbroptions 	CD9660			# ISO 9660 Filesystem
41263933Sbroptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
42263933Sbroptions 	PSEUDOFS		# Pseudo-filesystem framework
43263933Sbroptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
44263933Sbroptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
45263933Sbroptions 	KTRACE
46263933Sbroptions 	SYSVSHM			# SYSV-style shared memory
47263933Sbroptions 	SYSVMSG			# SYSV-style message queues
48263933Sbroptions 	SYSVSEM			# SYSV-style semaphores
49263933Sbroptions 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
50263933Sbroptions 	KBD_INSTALL_CDEV
51263933Sbroptions 	PREEMPTION
52263933Sbroptions 	FREEBSD_BOOT_LOADER
53263933Sbroptions 	VFP			# vfp/neon
54263933Sbr
55263933Sbr# Debugging
56263933Sbrmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
57263933Sbroptions 	BREAK_TO_DEBUGGER
58263933Sbr#options	VERBOSE_SYSINIT		# Enable verbose sysinit messages
59263933Sbroptions 	KDB
60263933Sbroptions 	DDB			# Enable the kernel debugger
61263933Sbr#options 	INVARIANTS		# Enable calls of extra sanity checking
62263933Sbr#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
63263933Sbr#options	WITNESS			# Enable checks to detect deadlocks and cycles
64263933Sbr#options	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
65263933Sbr#options 	DIAGNOSTIC
66263933Sbr
67263933Sbr# NFS support
68263933Sbroptions 	NFSCL			# Network Filesystem Client
69263933Sbroptions 	NFSLOCKD		# Network Lock Manager
70263933Sbroptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
71263933Sbr
72263933Sbr# Uncomment this for NFS root
73263933Sbr#options	NFS_ROOT		# NFS usable as /, requires NFSCL
74263933Sbr#options	BOOTP_NFSROOT
75263933Sbr#options	BOOTP_COMPAT
76263933Sbr#options	BOOTP
77263933Sbr#options	BOOTP_NFSV3
78263933Sbr#options	BOOTP_WIRED_TO=ue0
79263933Sbr
80263933Sbrdevice		mmc			# mmc/sd bus
81263933Sbrdevice		mmcsd			# mmc/sd flash cards
82263933Sbrdevice		sdhci			# generic sdhci
83263933Sbr
84263933Sbroptions 	ROOTDEVNAME=\"ufs:/dev/da0\"
85263933Sbr
86263933Sbr#options	SMP
87263933Sbr
88263933Sbr# Pseudo devices
89263933Sbr
90263933Sbrdevice		loop
91263933Sbrdevice		random
92263933Sbrdevice		pty
93263933Sbrdevice		md
94263933Sbrdevice		gpio
95263933Sbr
96263933Sbr# USB support
97263933Sbroptions 	USB_HOST_ALIGN=64	# Align usb buffers to cache line size.
98263933Sbrdevice		usb
99263933Sbroptions 	USB_DEBUG
100263933Sbr#options	USB_REQ_DEBUG
101263933Sbr#options	USB_VERBOSE
102263933Sbr#device		musb
103263933Sbrdevice		ehci
104263933Sbr#device		ohci
105263933Sbr
106263933Sbrdevice		umass
107263933Sbrdevice		scbus			# SCSI bus (required for SCSI)
108263933Sbrdevice		da			# Direct Access (disks)
109263933Sbrdevice		pass
110263933Sbr
111263933Sbr# SATA
112263933Sbr#device		ata
113263933Sbr#device		atadisk
114263933Sbr#device		mvs
115263933Sbr
116263933Sbr# Serial ports
117263933Sbrdevice		uart
118263933Sbr
119263933Sbr# I2C (TWSI)
120263933Sbrdevice		iic
121263933Sbrdevice		iicbus
122263933Sbr
123263933Sbr# Ethernet
124263933Sbrdevice		ether
125263933Sbrdevice		mii
126263933Sbrdevice		smsc
127263933Sbrdevice		smscphy
128263933Sbr
129263933Sbr# USB ethernet support, requires miibus
130263933Sbrdevice		miibus
131263933Sbrdevice		axe			# ASIX Electronics USB Ethernet
132263933Sbrdevice		bpf			# Berkeley packet filter
133