]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/EXYNOS5.common
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / sys / arm / conf / EXYNOS5.common
1 #
2 # Kernel configuration for Samsung Exynos 5 SoC.
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 #    https://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 (https://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 makeoptions     WERROR="-Werror"
22
23 include         "std.armv7"
24 options         SCHED_ULE               # ULE scheduler
25 options         PLATFORM                # Platform based SoC
26 options         PREEMPTION              # Enable kernel thread preemption
27 options         INET                    # InterNETworking
28 options         INET6                   # IPv6 communications protocols
29 options         TCP_HHOOK               # hhook(9) framework for TCP
30 options         SCTP                    # Stream Control Transmission Protocol
31 options         FFS                     # Berkeley Fast Filesystem
32 options         SOFTUPDATES             # Enable FFS soft updates support
33 options         UFS_ACL                 # Support for access control lists
34 options         UFS_DIRHASH             # Improve performance on big directories
35 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
36 options         QUOTA                   # Enable disk quotas for UFS
37 options         NFSCL                   # Network Filesystem Client
38 options         NFSLOCKD                # Network Lock Manager
39 options         NFS_ROOT                # NFS usable as /, requires NFSCL
40 options         MSDOSFS                 # MSDOS Filesystem
41 options         CD9660                  # ISO 9660 Filesystem
42 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
43 options         PSEUDOFS                # Pseudo-filesystem framework
44 options         TMPFS                   # Efficient memory filesystem
45 options         GEOM_PART_GPT           # GUID Partition Tables
46 options         GEOM_PART_BSD           # BSD partition scheme
47 options         GEOM_PART_MBR           # MBR partition scheme
48 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
49 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
50 options         KTRACE                  # ktrace(1) support
51 options         SYSVSHM                 # SYSV-style shared memory
52 options         SYSVMSG                 # SYSV-style message queues
53 options         SYSVSEM                 # SYSV-style semaphores
54 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
55 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
56 options         FREEBSD_BOOT_LOADER     # Process metadata passed from loader(8)
57 options         VFP                     # Enable floating point hardware support
58 options         SMP                     # Enable multiple cores
59
60 # NFS root from boopt/dhcp
61 #options        BOOTP
62 #options        BOOTP_NFSROOT
63 #options        BOOTP_COMPAT
64 #options        BOOTP_NFSV3
65 #options        BOOTP_WIRED_TO=ue0
66
67 options         ROOTDEVNAME=\"ufs:/dev/da0\"
68
69 # MMC/SD/SDIO Card slot support
70 device          mmc                     # mmc/sd bus
71 device          mmcsd                   # mmc/sd flash cards
72 device          dwmmc
73
74 # Interrupt controller
75 device          gic
76 options         INTRNG
77
78 # ARM Generic Timer
79 device          generic_timer
80
81 # Pseudo devices
82
83 device          loop
84 device          random
85 device          pty
86 device          md
87 device          gpio
88
89 # USB support
90 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
91 device          usb
92 #device         musb
93 device          ehci
94 #device         ohci
95 device          xhci
96
97 device          umass
98 device          scbus                   # SCSI bus (required for ATA/SCSI)
99 device          da                      # Direct Access (disks)
100 device          pass
101
102 # SATA
103 #device         ata
104 #device         atadisk
105 #device         mvs
106
107 # Serial ports
108 device          uart
109
110 # I2C (TWSI)
111 device          iic
112 device          iicbus
113
114 # SPI
115 device          spibus
116 device          exynos_spi
117
118 # Ethernet
119 device          ether
120 device          mii
121 device          smsc
122 device          smscphy
123
124 # USB ethernet support, requires miibus
125 device          miibus
126 device          axe                     # ASIX Electronics USB Ethernet
127 device          bpf                     # Berkeley packet filter