mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
RISC-V: Clean up some GENERIC options
Some of the config options that are disabled by default seem to be only for historical reasons. Enable those that appear to no longer be problematic. This includes WITH_CTF, STACK, GEOM_RAID, and re-enabling blacklisted kernel modules. Reviewed by: markj Approved by: markj (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D20495
This commit is contained in:
parent
bffa317ff2
commit
c04c594daa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348839
@ -22,11 +22,7 @@ cpu RISCV
|
||||
ident GENERIC
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
# makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
|
||||
|
||||
# FIXME: linker error. "--relax and -r may not be used together"
|
||||
makeoptions WITHOUT_MODULES="usb otusfw mwlfw ispfw mwlfw ralfw rtwnfw"
|
||||
# makeoptions NO_MODULES
|
||||
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
@ -52,11 +48,11 @@ options CD9660 # ISO 9660 Filesystem
|
||||
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options GEOM_PART_GPT # GUID Partition Tables.
|
||||
# options GEOM_RAID # Soft RAID functionality.
|
||||
options GEOM_RAID # Soft RAID functionality.
|
||||
options GEOM_LABEL # Provides labelization
|
||||
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||
options KTRACE # ktrace(1) support
|
||||
# options STACK # stack(9) support
|
||||
options STACK # stack(9) support
|
||||
options SYSVSHM # SYSV-style shared memory
|
||||
options SYSVMSG # SYSV-style message queues
|
||||
options SYSVSEM # SYSV-style semaphores
|
||||
|
Loading…
Reference in New Issue
Block a user