make oldconfig
This commit is contained in:
parent
a7ac11e28b
commit
91155f43df
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.0-rc7 Kernel Configuration
|
||||
# Linux/x86 4.19.0-rc8 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -80,6 +80,7 @@ CONFIG_NO_HZ_COMMON=y
|
|||
CONFIG_NO_HZ_FULL=y
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR is not set
|
||||
# CONFIG_PREEMPT_NONE is not set
|
||||
CONFIG_PREEMPT_VOLUNTARY=y
|
||||
# CONFIG_PREEMPT is not set
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.19.0-rc8 Kernel Configuration
|
||||
# Linux/x86 4.19.0-rc8 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: x86_64-poky-linux-gcc (GCC) 7.3.0
|
||||
# Compiler: gcc (Clear Linux OS for Intel Architecture) 8.2.1 20180502
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=70300
|
||||
CONFIG_GCC_VERSION=80201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
@ -18,7 +18,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
|
|||
#
|
||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
CONFIG_LOCALVERSION="-quilt-2e5dc0ac"
|
||||
CONFIG_LOCALVERSION=""
|
||||
CONFIG_LOCALVERSION_AUTO=y
|
||||
CONFIG_BUILD_SALT=""
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
|
@ -33,7 +33,7 @@ CONFIG_HAVE_KERNEL_LZ4=y
|
|||
# CONFIG_KERNEL_XZ is not set
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
CONFIG_KERNEL_LZ4=y
|
||||
CONFIG_DEFAULT_HOSTNAME="localhost"
|
||||
CONFIG_DEFAULT_HOSTNAME="clr"
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SYSVIPC is not set
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
|
@ -686,8 +686,9 @@ CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
|
|||
#
|
||||
# CONFIG_GCOV_KERNEL is not set
|
||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
||||
CONFIG_PLUGIN_HOSTCC=""
|
||||
CONFIG_PLUGIN_HOSTCC="g++"
|
||||
CONFIG_HAVE_GCC_PLUGINS=y
|
||||
# CONFIG_GCC_PLUGINS is not set
|
||||
CONFIG_RT_MUTEXES=y
|
||||
CONFIG_BASE_SMALL=0
|
||||
CONFIG_MODULES=y
|
||||
|
|
Loading…
Reference in New Issue