For some reason, the kernel doesn't build if CONFIG_SECCOMP is
enabled, which is the default for x86 and x86_64 builds. This
patch disables the feature explicitly to work around this.
BUG=
17527409
Signed-off-by: David 'Digit' Turner <digit@android.com>
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_MTRR_SANITIZER is not set
+# CONFIG_SECCOMP is not set
CONFIG_HZ_100=y
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_MTRR_SANITIZER is not set
+# CONFIG_SECCOMP is not set
CONFIG_HZ_100=y
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set