mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PATCH] allow KOBJECT_UEVENT=n only if EMBEDDED
KOBJECT_UEVENT=n seems to be a common pitfall for udev users in 2.6.14 . -mm already contains a bigger patch removing this option that is IMHO too big for being applied now to 2.6.15-rc. This patch simply allows KOBJECT_UEVENT=n only if EMBEDDED. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
90ac8f7741
commit
83bab9a4bb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ config HOTPLUG
|
|||
outside the kernel tree does. Such modules require Y here.
|
||||
|
||||
config KOBJECT_UEVENT
|
||||
bool "Kernel Userspace Events"
|
||||
bool "Kernel Userspace Events" if EMBEDDED
|
||||
depends on NET
|
||||
default y
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue