aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/bcm2835_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-27 13:00:49 -0400
committerStephen Warren <swarren@wwwdotorg.org>2012-10-27 22:29:13 -0400
commita6380c13c112af5122b8284c8cf1ec09aacae81d (patch)
treeacccf2e111032d02e31d0e66564cac1c161f1f42 /arch/arm/configs/bcm2835_defconfig
parent6f0c0580b70c89094b3422ba81118c7b959c7556 (diff)
ARM: bcm2835: enable procfs and sysfs in defconfig
For some reason, support for proc and sysfs is currently disabled in the bcm2835_defconfig, even though those filesystems are quite essential even for very basic Linux userspace. As most defconfig have them enabled by default, enable them as well in bcm2835_defconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r--arch/arm/configs/bcm2835_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 7aea70253c63..74e27f0ff6ad 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -66,8 +66,6 @@ CONFIG_TTY_PRINTK=y
66# CONFIG_FILE_LOCKING is not set 66# CONFIG_FILE_LOCKING is not set
67# CONFIG_DNOTIFY is not set 67# CONFIG_DNOTIFY is not set
68# CONFIG_INOTIFY_USER is not set 68# CONFIG_INOTIFY_USER is not set
69# CONFIG_PROC_FS is not set
70# CONFIG_SYSFS is not set
71# CONFIG_MISC_FILESYSTEMS is not set 69# CONFIG_MISC_FILESYSTEMS is not set
72CONFIG_PRINTK_TIME=y 70CONFIG_PRINTK_TIME=y
73# CONFIG_ENABLE_WARN_DEPRECATED is not set 71# CONFIG_ENABLE_WARN_DEPRECATED is not set