summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linaro/configs/distribution.conf3
-rw-r--r--linaro/configs/no_hz_full.conf16
2 files changed, 19 insertions, 0 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index 6329bd98cab..827ec2f4f2e 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -63,3 +63,6 @@ CONFIG_SECURITY_SMACK=y
CONFIG_SECURITY_APPARMOR=y
CONFIG_DEFAULT_SECURITY_APPARMOR=y
CONFIG_OF_SELFTEST=y
+CONFIG_E1000E=m
+CONFIG_IXGBE=m
+CONFIG_UIO=m
diff --git a/linaro/configs/no_hz_full.conf b/linaro/configs/no_hz_full.conf
new file mode 100644
index 00000000000..0d4a40bebb8
--- /dev/null
+++ b/linaro/configs/no_hz_full.conf
@@ -0,0 +1,16 @@
+### config fragment to add NO_HZ_FULL support
+CONFIG_NO_HZ_FULL=y
+CONFIG_NO_HZ_FULL_ALL=y
+CONFIG_NO_HZ_COMMON=y
+CONFIG_NO_HZ=y
+# CONFIG_NO_HZ_IDLE is not set
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_RCU_NOCB_CPU=y
+CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
+CONFIG_CONTEXT_TRACKING_FORCE=y
+CONFIG_IRQ_WORK=y
+CONFIG_CPUSETS=y
+CONFIG_CGROUPS=y
+CONFIG_MAGIC_SYSRQ=y
+CONFIG_DEBUG_FS=y
+# CONFIG_THUMB2_KERNEL is not set