diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-15 19:34:09 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 04:06:13 -0500 |
commit | 559cec66f1a2620bc85bb79191512a569a404cb8 (patch) | |
tree | 32b0f9abe58371b5e48cd7945aa94ca8b827a495 | |
parent | 5dfdf53358ae64c234d85ad801294054150dae76 (diff) |
ARM: shmobile: koelsch: Do not disable CONFIG_{INOTIFY_USER,UNIX} in defconfig
CONFIG_INOTIFY_USER and CONFIG_UNIX are required for udev to function.
This change brings the koelsch defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/koelsch_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index ef79cbfe1261..acec6b8e4186 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig | |||
@@ -31,6 +31,7 @@ CONFIG_NEON=y | |||
31 | CONFIG_PM_RUNTIME=y | 31 | CONFIG_PM_RUNTIME=y |
32 | CONFIG_NET=y | 32 | CONFIG_NET=y |
33 | CONFIG_PACKET=y | 33 | CONFIG_PACKET=y |
34 | CONFIG_UNIX=y | ||
34 | CONFIG_INET=y | 35 | CONFIG_INET=y |
35 | CONFIG_IP_PNP=y | 36 | CONFIG_IP_PNP=y |
36 | CONFIG_IP_PNP_DHCP=y | 37 | CONFIG_IP_PNP_DHCP=y |
@@ -66,7 +67,6 @@ CONFIG_NEW_LEDS=y | |||
66 | CONFIG_LEDS_CLASS=y | 67 | CONFIG_LEDS_CLASS=y |
67 | # CONFIG_IOMMU_SUPPORT is not set | 68 | # CONFIG_IOMMU_SUPPORT is not set |
68 | # CONFIG_DNOTIFY is not set | 69 | # CONFIG_DNOTIFY is not set |
69 | # CONFIG_INOTIFY_USER is not set | ||
70 | CONFIG_TMPFS=y | 70 | CONFIG_TMPFS=y |
71 | CONFIG_CONFIGFS_FS=y | 71 | CONFIG_CONFIGFS_FS=y |
72 | # CONFIG_MISC_FILESYSTEMS is not set | 72 | # CONFIG_MISC_FILESYSTEMS is not set |