From 196587b8a3a4c4a769eede3bcbb0805da8d77a41 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Thu, 22 Jan 2009 11:16:42 +0300 Subject: [PATCH] --- yaml --- r: 130035 b: refs/heads/master c: 0fcb44088970b18eaf2df4579d64840be6e3bf39 h: refs/heads/master i: 130033: 2a0cd11a60e213396c3d9322562b2943b47ec193 130031: c848083833be6bb1409558140d02ea756b62fefa v: v3 --- [refs] | 2 +- trunk/fs/9p/Kconfig | 10 ++++++++++ trunk/fs/Kconfig | 12 +----------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 trunk/fs/9p/Kconfig diff --git a/[refs] b/[refs] index 7ccfd06c14fb..f558334b1cc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2480c7fbfed172e6ec3ba1c8e80f05a3721b24a +refs/heads/master: 0fcb44088970b18eaf2df4579d64840be6e3bf39 diff --git a/trunk/fs/9p/Kconfig b/trunk/fs/9p/Kconfig new file mode 100644 index 000000000000..74e0723e90bc --- /dev/null +++ b/trunk/fs/9p/Kconfig @@ -0,0 +1,10 @@ +config 9P_FS + tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" + depends on INET && NET_9P && EXPERIMENTAL + help + If you say Y here, you will get experimental support for + Plan 9 resource sharing via the 9P2000 protocol. + + See for more information. + + If unsure, say N. diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index 0563f9f1ab5e..93945dd0b1ae 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -270,17 +270,7 @@ source "fs/cifs/Kconfig" source "fs/ncpfs/Kconfig" source "fs/coda/Kconfig" source "fs/afs/Kconfig" - -config 9P_FS - tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" - depends on INET && NET_9P && EXPERIMENTAL - help - If you say Y here, you will get experimental support for - Plan 9 resource sharing via the 9P2000 protocol. - - See for more information. - - If unsure, say N. +source "fs/9p/Kconfig" endif # NETWORK_FILESYSTEMS