diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-03-18 00:06:47 -0700 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-19 14:02:47 +0000 |
commit | 9662da770e9e1daa4c2ba78b4526c4b36a1358be (patch) | |
tree | b7dd00fd8ba5e483d5d1e20e0bc75ce8968d4e9e /target/linux/x86/64 | |
parent | a374b8f190518a74dcc99d6bf3cf53adb7511963 (diff) | |
download | upstream-9662da770e9e1daa4c2ba78b4526c4b36a1358be.tar.gz upstream-9662da770e9e1daa4c2ba78b4526c4b36a1358be.tar.bz2 upstream-9662da770e9e1daa4c2ba78b4526c4b36a1358be.zip |
kernel: add missing config symbols, fix typos
Update 5.10 generic config to add missing options prompting during builds,
when setting CONFIG_ALL_KMODS. Refresh the x86 subtargets to drop symbols
added to the generic config.
Also fix a typo in 5.4/5.10 generic configs: "CONFIG_CONFIG_KVM_AMD_SEV".
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-5.10 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/64/config-5.10 b/target/linux/x86/64/config-5.10 index 3387c68acb..7c5a698c97 100644 --- a/target/linux/x86/64/config-5.10 +++ b/target/linux/x86/64/config-5.10 @@ -241,11 +241,9 @@ CONFIG_I2C_BOARDINFO=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y -# CONFIG_INTEL_ATOMISP2_LED is not set CONFIG_INTEL_GTT=y CONFIG_INTEL_IDLE=y # CONFIG_INTEL_IDXD is not set -# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MEI_HDCP is not set # CONFIG_INTEL_MENLOW is not set |