aboutsummaryrefslogtreecommitdiff
path: root/debian.linaro/config/enforce
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-08-08 11:26:03 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 15:01:05 -0700
commit56e3134f860a23b0da57ce7c0df4ba5b7271507b (patch)
tree1d4709f3932f59ce257a309e5f70316ad40ff5d2 /debian.linaro/config/enforce
parent9215cdc92f3e058175b735fc46b065bb84eb0b6a (diff)
LINARO: CONFIG: Enable EXT3 and EXT4 for all flavours
And add to enforce script and set all associated configs to default. BugLink: http://bugs.launchpad.net/bugs/822593 Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'debian.linaro/config/enforce')
-rw-r--r--debian.linaro/config/enforce5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian.linaro/config/enforce b/debian.linaro/config/enforce
index 05479c5bed4..224e0aeeb71 100644
--- a/debian.linaro/config/enforce
+++ b/debian.linaro/config/enforce
@@ -94,3 +94,8 @@ value CONFIG_HW_PERF_EVENTS y
value CONFIG_FTRACE y
value CONFIG_ENABLE_DEFAULT_TRACERS y | value CONFIG_GENERIC_TRACER y
value CONFIG_HIGH_RES_TIMERS y
+
+# LINARO kernels should be able to boot with any EXT rootfs without an initrd
+value CONFIG_EXT2_FS y
+value CONFIG_EXT3_FS y
+value CONFIG_EXT4_FS y