diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-24 13:15:14 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-24 13:24:11 +0100 |
commit | 28cd4880a567b34e3624f7fa22c36f2f3f49eff8 (patch) | |
tree | 7dd82803c08ef1c027901743a722be67cfc56e0b | |
parent | a9dce48b22171c4764dbf6a0006df4efb4aa2d86 (diff) | |
download | upstream-28cd4880a567b34e3624f7fa22c36f2f3f49eff8.tar.gz upstream-28cd4880a567b34e3624f7fa22c36f2f3f49eff8.tar.bz2 upstream-28cd4880a567b34e3624f7fa22c36f2f3f49eff8.zip |
kernel: add missing config symbols
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/generic/config-4.4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 843154d82c..6ce4afb886 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1857,7 +1857,9 @@ CONFIG_KERNFS=y # CONFIG_KSM is not set # CONFIG_KSZ884X_PCI is not set CONFIG_KUSER_HELPERS=y +# CONFIG_KVM_AMD is not set # CONFIG_KVM_GUEST is not set +# CONFIG_KVM_INTEL is not set # CONFIG_KXCJK1013 is not set # CONFIG_KXSD9 is not set # CONFIG_L2TP is not set @@ -1926,6 +1928,7 @@ CONFIG_LEDS_TRIGGER_NETDEV=y CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEDS_TRIGGER_TRANSIENT is not set # CONFIG_LEGACY_PTYS is not set +# CONFIG_LGUEST is not set # CONFIG_LIB80211 is not set # CONFIG_LIB80211_CRYPT_CCMP is not set # CONFIG_LIB80211_CRYPT_TKIP is not set @@ -4061,6 +4064,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_SYS_HYPERVISOR is not set # CONFIG_T5403 is not set # CONFIG_TARGET_CORE is not set +# CONFIG_TASK_XACCT is not set # CONFIG_TASKSTATS is not set # CONFIG_TASKS_RCU is not set # CONFIG_TC35815 is not set @@ -4597,6 +4601,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_VGASTATE is not set # CONFIG_VGA_ARB is not set # CONFIG_VGA_SWITCHEROO is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set +# CONFIG_VHOST_NET is not seta # CONFIG_VIA_RHINE is not set # CONFIG_VIA_VELOCITY is not set # CONFIG_VIDEO_ADV7170 is not set |