commit: 1db2094afa35e360a786416dccaee52693010b57 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 20:38:54 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 21:05:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1db2094a
kernel/x86*: get closer to older kconfig, with change in override from Makefile; ensure XFS_FS=m and SECCOMP=y. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> arch/x86/arch-config | 1 - arch/x86_64/arch-config | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/x86/arch-config b/arch/x86/arch-config index cf5b0e1..240c677 100644 --- a/arch/x86/arch-config +++ b/arch/x86/arch-config @@ -3,7 +3,6 @@ CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_HIGHMEM64G=y CONFIG_XEN_PLATFORM_PCI=y # CONFIG_HIGHMEM4G is not set -# CONFIG_XFS_FS is not set CONFIG_HARDLOCKUP_DETECTOR=y # CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED is not set CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 44afaf7..5d99422 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -77,7 +77,6 @@ CONFIG_BLK_DEV_RSXX=m # CONFIG_CPU_SUP_CENTAUR is not set # CONFIG_X86_CPU_DEBUG is not set # CONFIG_CAPI_EICON is not set -# CONFIG_SECCOMP is not set # CONFIG_I2O is not set # CONFIG_I2O_BLOCK is not set # CONFIG_I2O_SCSI is not set
