diff options
author | Don Mullis <dwm@meer.net> | 2006-12-10 05:18:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 12:55:39 -0500 |
commit | bf4735a46a6b8dfc1a951f05683e80374d8baa70 (patch) | |
tree | 6ac5cafb9e3287446549a56161ca6843cf60377e /drivers/parport | |
parent | d53ef07ab45085c0b06b652d588aa49b8ba41458 (diff) |
[PATCH] Kconfig refactoring for better menu nesting
Refactor Kconfig content to maximize nesting of menus by menuconfig and
xconfig.
Tested by simultaneously running `make xconfig` with and without
patch, and comparing displays.
Signed-off-by: Don Mullis <dwm@meer.net>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index c7fa28a28b9f..36c6a1bfe558 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -82,9 +82,6 @@ config PARPORT_PC_PCMCIA | |||
82 | Say Y here if you need PCMCIA support for your PC-style parallel | 82 | Say Y here if you need PCMCIA support for your PC-style parallel |
83 | ports. If unsure, say N. | 83 | ports. If unsure, say N. |
84 | 84 | ||
85 | config PARPORT_NOT_PC | ||
86 | bool | ||
87 | |||
88 | config PARPORT_IP32 | 85 | config PARPORT_IP32 |
89 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" | 86 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" |
90 | depends on SGI_IP32 && PARPORT && EXPERIMENTAL | 87 | depends on SGI_IP32 && PARPORT && EXPERIMENTAL |
@@ -158,5 +155,8 @@ config PARPORT_1284 | |||
158 | transfer modes. Also say Y if you want device ID information to | 155 | transfer modes. Also say Y if you want device ID information to |
159 | appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N. | 156 | appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N. |
160 | 157 | ||
158 | config PARPORT_NOT_PC | ||
159 | bool | ||
160 | |||
161 | endmenu | 161 | endmenu |
162 | 162 | ||