generated from delphix/.github
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable various kernel modules which we don't use
- Loading branch information
Prakash Surya
committed
Oct 10, 2022
1 parent
805ba86
commit e62d47b
Showing
4 changed files
with
61 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# | ||
# Disable misc. modules which we don't use. | ||
# | ||
CONFIG_AGP=n | ||
CONFIG_ANDROID=n | ||
CONFIG_BT=n | ||
CONFIG_DRM=n | ||
CONFIG_INFINIBAND=n | ||
CONFIG_NFC=n | ||
CONFIG_USB=n | ||
CONFIG_WIRELESS=n | ||
|
||
# | ||
# Disable various filesystem which we don't use. | ||
# | ||
CONFIG_9P_FS=n | ||
CONFIG_ADFS_FS=n | ||
CONFIG_AFFS_FS=n | ||
CONFIG_AFS_FS=n | ||
CONFIG_AUFS_FS=n | ||
CONFIG_BEFS_FS=n | ||
CONFIG_BFS_FS=n | ||
CONFIG_BTRFS_FS=n | ||
CONFIG_CEPH_FS=n | ||
CONFIG_CODA_FS=n | ||
CONFIG_EFS_FS=n | ||
CONFIG_EROFS_FS=n | ||
CONFIG_EXFAT_FS=n | ||
CONFIG_EXT2_FS=n | ||
CONFIG_EXT3_FS=n | ||
CONFIG_EXT4_FS=n | ||
CONFIG_F2FS_FS=n | ||
CONFIG_FUSE_FS=n | ||
CONFIG_GFS2_FS=n | ||
CONFIG_HFSPLUS_FS=n | ||
CONFIG_HFS_FS=n | ||
CONFIG_HPFS_FS=n | ||
CONFIG_JFFS2_FS=n | ||
CONFIG_JFS_FS=n | ||
CONFIG_MINIX_FS=n | ||
CONFIG_MSDOS_FS=n | ||
CONFIG_NILFS2_FS=n | ||
CONFIG_OCFS2_FS=n | ||
CONFIG_OMFS_FS=n | ||
CONFIG_ORANGEFS_FS=n | ||
CONFIG_QNX4FS_FS=n | ||
CONFIG_QNX6FS_FS=n | ||
CONFIG_REISERFS_FS=n | ||
CONFIG_REISERFS_FS=n | ||
CONFIG_ROMFS_FS=n | ||
CONFIG_SYSV_FS=n | ||
CONFIG_UBIFS_FS=n | ||
CONFIG_UDF_FS=n | ||
CONFIG_UFS_FS=n | ||
CONFIG_VXFS_FS=n | ||
CONFIG_XFS_FS=n |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.