]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include TMPFS in all the GENERIC kernel configs
authorAlex Richardson <arichardson@FreeBSD.org>
Fri, 24 Jul 2020 08:40:04 +0000 (08:40 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Fri, 24 Jul 2020 08:40:04 +0000 (08:40 +0000)
commitb798ef649000ced17ed08faaa443da43984deec2
treeaff0c4b123c949bf00f3f0db0baf4e16720b6d91
parentb6dd8b71d115bbea97180125ac0aa0bd7d5d5abb
Include TMPFS in all the GENERIC kernel configs

Being able to use tmpfs without kernel modules is very useful when building
small MFS_ROOT kernels without a real file system.
Including TMPFS also matches arm/GENERIC and the MIPS std.MALTA configs.

Compiling TMPFS only adds 4 .c files so this should not make much of a
difference to NO_MODULES build times (as we do for our minimal RISC-V
images).

Reviewed By: br (earlier version for riscv), brooks, emaste
Differential Revision: https://reviews.freebsd.org/D25317
sys/amd64/conf/GENERIC
sys/arm64/conf/GENERIC
sys/i386/conf/GENERIC
sys/powerpc/conf/GENERIC
sys/powerpc/conf/GENERIC64
sys/riscv/conf/GENERIC