From: Thomas Petazzoni Date: Sat, 27 Oct 2012 17:00:49 +0000 (+0200) Subject: ARM: bcm2835: enable procfs and sysfs in defconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6380c13c112af5122b8284c8cf1ec09aacae81d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Stephen Warren --- 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 # CONFIG_FILE_LOCKING is not set # CONFIG_DNOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_PROC_FS is not set -# CONFIG_SYSFS is not set # CONFIG_MISC_FILESYSTEMS is not set CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set