diff --git a/debian/changelog b/debian/changelog index 68e7148b5..f8d89eb80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,16 @@ linux (3.12-1~exp1) UNRELEASED; urgency=low of foreign linux-headers packages with a native multilib compiler * perf/ftrace: Fix paranoid level for enabling function tracer (CVE-2013-2930) + * media/usb/gspca: Enable USB_GSPCA_STK1135 as module + * net/ethernet: Enable I40E as module + * net/usb: Enable USB_NET_SR9700 as module + * net/wireless/rt2x00: Enable RT2800USB_RT3573 + * openvswitch: Enable OPENVSWITCH_VXLAN + * net/sched: Enable NET_SCH_FQ as module + * [x86] HID: Enable I2C_HID as module (Closes: #729801) + * [x86] input/misc: Enable INPUT_IDEAPAD_SLIDEBAR as module + * [x86] fs: Enable LUSTRE_FS, LUSTRE_LLITE_LOOP, LNET_XPRT_IB as modules + * [x86] thermal: Enable INTEL_POWERCLAMP, X86_PKG_TEMP_THERMAL as modules [ Thorsten Glaser ] * Update m68k config (Closes: #728392): diff --git a/debian/config/config b/debian/config/config index 5f7e281e3..45bd095af 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1647,6 +1647,7 @@ CONFIG_USB_GSPCA_SQ905=m CONFIG_USB_GSPCA_SQ905C=m CONFIG_USB_GSPCA_SQ930X=m CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STK1135=m CONFIG_USB_GSPCA_STV0680=m CONFIG_USB_GSPCA_SUNPLUS=m CONFIG_USB_GSPCA_T613=m @@ -2238,6 +2239,7 @@ CONFIG_IXGBE_HWMON=y CONFIG_IXGBE_DCA=y CONFIG_IXGBE_DCB=y CONFIG_IXGBEVF=m +CONFIG_I40E=m ## ## file: drivers/net/ethernet/marvell/Kconfig @@ -2543,6 +2545,7 @@ CONFIG_USB_NET_CDC_EEM=m CONFIG_USB_NET_CDC_NCM=m CONFIG_USB_NET_CDC_MBIM=m CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_SR9700=m CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_NET_GL620A=m @@ -2778,6 +2781,7 @@ CONFIG_RT73USB=m CONFIG_RT2800USB=m CONFIG_RT2800USB_RT33XX=y CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT3573=y CONFIG_RT2800USB_RT53XX=y CONFIG_RT2800USB_RT55XX=y # CONFIG_RT2800USB_UNKNOWN is not set @@ -5151,6 +5155,7 @@ CONFIG_NFC_NCI=m ## CONFIG_OPENVSWITCH=m CONFIG_OPENVSWITCH_GRE=y +CONFIG_OPENVSWITCH_VXLAN=y ## ## file: net/packet/Kconfig @@ -5209,6 +5214,7 @@ CONFIG_NET_SCH_CHOKE=m CONFIG_NET_SCH_QFQ=m CONFIG_NET_SCH_CODEL=m CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_FQ=m CONFIG_NET_SCH_INGRESS=m CONFIG_NET_SCH_PLUG=m CONFIG_NET_CLS_BASIC=m diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 826b36831..9cf4566ef 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -460,6 +460,11 @@ CONFIG_VGA_SWITCHEROO=y CONFIG_HID_APPLEIR=m CONFIG_HID_HYPERV_MOUSE=m +## +## file: drivers/hid/i2c-hid/Kconfig +## +CONFIG_I2C_HID=m + ## ## file: drivers/hid/usbhid/Kconfig ## @@ -585,6 +590,7 @@ CONFIG_INPUT_PCSPKR=m CONFIG_INPUT_APANEL=m CONFIG_INPUT_ATLAS_BTNS=m CONFIG_INPUT_UINPUT=m +CONFIG_INPUT_IDEAPAD_SLIDEBAR=m ## ## file: drivers/input/mouse/Kconfig @@ -1325,6 +1331,20 @@ CONFIG_ET131X=m CONFIG_LINE6_USB=m # CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set +## +## file: drivers/staging/lustre/lnet/Kconfig +## +CONFIG_LNET=m +# CONFIG_LNET_SELFTEST is not set +CONFIG_LNET_XPRT_IB=m + +## +## file: drivers/staging/lustre/lustre/Kconfig +## +CONFIG_LUSTRE_FS=m +# CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK is not set +CONFIG_LUSTRE_LLITE_LLOOP=m + ## ## file: drivers/staging/media/Kconfig ## @@ -1414,6 +1434,8 @@ CONFIG_ZSMALLOC=y ## file: drivers/thermal/Kconfig ## CONFIG_THERMAL=m +CONFIG_INTEL_POWERCLAMP=m +CONFIG_X86_PKG_TEMP_THERMAL=m ## ## file: drivers/tty/Kconfig