]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ETHERNUT5
Import the skein hashing algorithm, based on the threefish block cipher
[FreeBSD/FreeBSD.git] / sys / arm / conf / ETHERNUT5
1 # Kernel configuration for Ethernut 5 boards
2 #
3 # For more information on this file, please read the config(5) manual page,
4 # and/or the handbook section on Kernel Configuration Files:
5 #
6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files.
15 # If you are in doubt as to the purpose or necessity of a line, check first
16 # in NOTES.
17 #
18 # $FreeBSD$
19
20 #NO_UNIVERSE
21
22 ident           ETHERNUT5
23
24 include         "std.arm"
25 include         "../at91/std.ethernut5"
26
27 # To statically compile in device wiring instead of /boot/device.hints
28 hints           "ETHERNUT5.hints"
29
30 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
31
32 options         SCHED_4BSD              # 4BSD scheduler
33 #options        PREEMPTION              # Enable kernel thread preemption
34 options         INET                    # InterNETworking
35 #options        INET6                   # IPv6 communications protocols
36 #options        SCTP                    # Stream Control Transmission Protocol
37 options         FFS                     # Berkeley Fast Filesystem
38 options         SOFTUPDATES             # Enable FFS soft updates support
39 #options        UFS_ACL                 # Support for access control lists
40 options         UFS_DIRHASH             # Improve performance on big directories
41 #options        UFS_GJOURNAL            # Enable gjournal-based UFS journaling
42 #options        MD_ROOT                 # MD is a potential root device
43 options         NFSCL                   # Network Filesystem Client
44 #options        NFSD                    # Network Filesystem Server
45 options         NFSLOCKD                # Network Lock Manager
46 options         NFS_ROOT                # NFS usable as /, requires NFSCL
47 options         TMPFS                   # Efficient memory filesystem
48 #options        MSDOSFS                 # MSDOS Filesystem
49 #options        CD9660                  # ISO 9660 Filesystem
50 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
51 #options        PSEUDOFS                # Pseudo-filesystem framework
52 options         GEOM_PART_BSD           # BSD partition scheme
53 options         GEOM_PART_MBR           # MBR partition scheme
54 #options        GEOM_PART_GPT           # GUID Partition Tables.
55 #options        GEOM_LABEL              # Provides labelization
56 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
57 options         KTRACE                  # ktrace(1) support
58 #options        STACK                   # stack(9) support
59 options         SYSVSHM                 # SYSV-style shared memory
60 options         SYSVMSG                 # SYSV-style message queues
61 options         SYSVSEM                 # SYSV-style semaphores
62 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
63 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
64 #options        HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
65 #options        AUDIT                   # Security event auditing
66 #options        CAPABILITY_MODE         # Capsicum capability mode
67 #options        CAPABILITIES            # Capsicum capabilities
68 #options        MAC                     # TrustedBSD MAC Framework
69 #options        INCLUDE_CONFIG_FILE     # Include this file in kernel
70
71 # Debugging support.  Always need this:
72 #options        KDB                     # Enable kernel debugger support.
73 # For minimum debugger support (stable branch) use:
74 #options        KDB_TRACE               # Print a stack trace for a panic.
75 # For full debugger support use this instead:
76 #options        DDB                     # Enable the kernel debugger
77 #options        GDB                     # Support remote GDB
78 #options        DEADLKRES               # Enable the deadlock resolver
79 #options        INVARIANTS              # Enable calls of extra sanity checking
80 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
81 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
82 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
83 #options        MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
84
85 # NFS root from boopt/dhcp
86 options         BOOTP
87 options         BOOTP_NFSROOT
88 options         BOOTP_COMPAT
89 options         BOOTP_NFSV3
90 options         BOOTP_WIRED_TO=ate0
91
92 # alternatively, boot from a MMC/SD memory card
93 #options        ROOTDEVNAME=\"ufs:/dev/mmcsd0a\"
94
95 # kernel/memory size reduction
96 options         MUTEX_NOINLINE
97 options         NO_FFS_SNAPSHOT
98 options         NO_SWAPPING
99 options         NO_SYSCTL_DESCR
100 options         RWLOCK_NOINLINE
101
102 # The `bpf' device enables the Berkeley Packet Filter.
103 # Be aware of the administrative consequences of enabling this!
104 # Note that 'bpf' is required for DHCP.
105 device          bpf                     # Berkeley packet filter
106
107 # Ethernet
108 device          mii                     # Minimal MII support
109 device          ate                     # Atmel AT91 Ethernet driver
110
111 # I2C
112 device          at91_twi                # Atmel AT91 Two-wire Interface
113 device          iic                     # I2C generic I/O device driver
114 device          iicbus                  # I2C bus system
115 device          pcf8563                 # NXP PCF8563 clock/calendar
116
117 # MMC/SD
118 device          at91_mci                # Atmel AT91 Multimedia Card Interface
119 options         AT91_MCI_HAS_4WIRE
120 device          mmc                     # MMC/SD bus
121 device          mmcsd                   # MMC/SD memory card
122
123 # DataFlash
124 device          at91_spi                # Atmel AT91 Serial Peripheral Interface
125 device          spibus                  # SPI bus
126 device          at45d                   # Atmel AT45D
127 device          geom_map                # GEOM partition mapping
128
129 # Pseudo devices.
130 device          loop                    # Network loopback
131 device          random                  # Entropy device
132 device          ether                   # Ethernet support
133 #device         vlan                    # 802.1Q VLAN support
134 #device         tun                     # Packet tunnel.
135 #device         md                      # Memory "disks"
136 #device         gif                     # IPv6 and IPv4 tunneling
137 #device         firmware                # firmware assist module
138
139 # SCSI peripherals
140 #device         scbus                   # SCSI bus (required for ATA/SCSI)
141 #device         ch                      # SCSI media changers
142 #device         da                      # Direct Access (disks)
143 #device         sa                      # Sequential Access (tape etc)
144 #device         cd                      # CD
145 #device         pass                    # Passthrough device (direct ATA/SCSI access)
146 #device         ses                     # Enclosure Services (SES and SAF-TE)
147 #device         ctl                     # CAM Target Layer
148
149 # Serial (COM) ports
150 device          uart                    # Multi-uart driver
151 options         ALT_BREAK_TO_DEBUGGER
152
153 # USB support
154 #options        USB_DEBUG               # enable debug msgs
155 device          ohci                    # OHCI USB interface
156 device          usb                     # USB Bus (required)
157 #device         umass                   # Disks/Mass storage - Requires scbus and da
158
159 # watchdog
160 device          at91_wdt                # Atmel AT91 Watchdog Timer