linux-libre: Adapt some arm options to match intel conf.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf: GuixSD base-initrd expects ext4 and fat filesystem to be built-in. Adapt configuration accordingly. Also set devtmpfs_mount to yes.
This commit is contained in:
		
							parent
							
								
									d868cf4f98
								
							
						
					
					
						commit
						7044b92dbd
					
				
					 1 changed files with 12 additions and 13 deletions
				
			
		|  | @ -1816,7 +1816,7 @@ CONFIG_TEGRA_AHB=y | |||
| # | ||||
| # CONFIG_UEVENT_HELPER is not set | ||||
| CONFIG_DEVTMPFS=y | ||||
| # CONFIG_DEVTMPFS_MOUNT is not set | ||||
| CONFIG_DEVTMPFS_MOUNT=y | ||||
| CONFIG_STANDALONE=y | ||||
| CONFIG_PREVENT_FIRMWARE_BUILD=y | ||||
| CONFIG_FW_LOADER=y | ||||
|  | @ -7466,16 +7466,15 @@ CONFIG_DCACHE_WORD_ACCESS=y | |||
| CONFIG_FS_IOMAP=y | ||||
| # CONFIG_EXT2_FS is not set | ||||
| # CONFIG_EXT3_FS is not set | ||||
| CONFIG_EXT4_FS=m | ||||
| CONFIG_EXT4_FS=y | ||||
| CONFIG_EXT4_USE_FOR_EXT2=y | ||||
| CONFIG_EXT4_FS_POSIX_ACL=y | ||||
| CONFIG_EXT4_FS_SECURITY=y | ||||
| CONFIG_EXT4_ENCRYPTION=y | ||||
| CONFIG_EXT4_FS_ENCRYPTION=y | ||||
| # CONFIG_EXT4_ENCRYPTION is not set | ||||
| # CONFIG_EXT4_DEBUG is not set | ||||
| CONFIG_JBD2=m | ||||
| CONFIG_JBD2=y | ||||
| # CONFIG_JBD2_DEBUG is not set | ||||
| CONFIG_FS_MBCACHE=m | ||||
| CONFIG_FS_MBCACHE=y | ||||
| CONFIG_REISERFS_FS=m | ||||
| # CONFIG_REISERFS_CHECK is not set | ||||
| # CONFIG_REISERFS_PROC_INFO is not set | ||||
|  | @ -7567,12 +7566,12 @@ CONFIG_UDF_NLS=y | |||
| # | ||||
| # DOS/FAT/NT Filesystems | ||||
| # | ||||
| CONFIG_FAT_FS=m | ||||
| CONFIG_FAT_FS=y | ||||
| CONFIG_MSDOS_FS=m | ||||
| CONFIG_VFAT_FS=m | ||||
| CONFIG_VFAT_FS=y | ||||
| CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||||
| CONFIG_FAT_DEFAULT_IOCHARSET="ascii" | ||||
| CONFIG_FAT_DEFAULT_UTF8=y | ||||
| CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||||
| # CONFIG_FAT_DEFAULT_UTF8 is not set | ||||
| CONFIG_NTFS_FS=m | ||||
| # CONFIG_NTFS_DEBUG is not set | ||||
| # CONFIG_NTFS_RW is not set | ||||
|  | @ -7744,7 +7743,7 @@ CONFIG_9P_FS_POSIX_ACL=y | |||
| CONFIG_9P_FS_SECURITY=y | ||||
| CONFIG_NLS=y | ||||
| CONFIG_NLS_DEFAULT="utf8" | ||||
| CONFIG_NLS_CODEPAGE_437=m | ||||
| CONFIG_NLS_CODEPAGE_437=y | ||||
| CONFIG_NLS_CODEPAGE_737=m | ||||
| CONFIG_NLS_CODEPAGE_775=m | ||||
| CONFIG_NLS_CODEPAGE_850=m | ||||
|  | @ -8162,7 +8161,7 @@ CONFIG_CRYPTO_VMAC=m | |||
| # | ||||
| # Digest | ||||
| # | ||||
| CONFIG_CRYPTO_CRC32C=m | ||||
| CONFIG_CRYPTO_CRC32C=y | ||||
| CONFIG_CRYPTO_CRC32=m | ||||
| CONFIG_CRYPTO_CRCT10DIF=y | ||||
| CONFIG_CRYPTO_GHASH=m | ||||
|  | @ -8274,7 +8273,7 @@ CONFIG_GENERIC_IO=y | |||
| CONFIG_STMP_DEVICE=y | ||||
| CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y | ||||
| CONFIG_CRC_CCITT=m | ||||
| CONFIG_CRC16=m | ||||
| CONFIG_CRC16=y | ||||
| CONFIG_CRC_T10DIF=y | ||||
| CONFIG_CRC_ITU_T=m | ||||
| CONFIG_CRC32=y | ||||
|  |  | |||
		Reference in a new issue