diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-23 12:38:54 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-23 13:05:34 -0800 |
commit | 1db2094afa35e360a786416dccaee52693010b57 (patch) | |
tree | 7478f76cbf60e5064c9be888f5a5436eef5c25da | |
parent | kconfig/ppc*: get closer to older kconfig, with change in override from Makef... (diff) | |
download | genkernel-1db2094afa35e360a786416dccaee52693010b57.tar.gz genkernel-1db2094afa35e360a786416dccaee52693010b57.tar.bz2 genkernel-1db2094afa35e360a786416dccaee52693010b57.zip |
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@gentoo.org>
-rw-r--r-- | arch/x86/arch-config | 1 | ||||
-rw-r--r-- | arch/x86_64/arch-config | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/arch-config b/arch/x86/arch-config index cf5b0e1c..240c6770 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 44afaf70..5d994221 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 |