diff options
author | Domen Puncer <domen@coderock.org> | 2006-06-23 05:05:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:03 -0400 |
commit | 32797f976d62af709943aae38a9457b5a6dbcd8a (patch) | |
tree | 63c71a314678946589d575bcb0559fe727a4daad /drivers/parport/Kconfig | |
parent | 8d27e9084b372441dc8c9cf361a965ee58032767 (diff) |
[PATCH] Remove CONFIG_PARPORT_ARC, drivers/parport/parport_arc.c
It's wasn't referenced in Makefile since at least 2.2.8, unbuildable due to
trivial typos and things like DATA_LATCH and arc_write_control() which
doesn't exist.
Adrian Bunk:
adapted the patch to unrelated context changes
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport/Kconfig')
-rw-r--r-- | drivers/parport/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 6c8452ede0e1..4d8dc27ea9d1 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -85,11 +85,6 @@ config PARPORT_PC_PCMCIA | |||
85 | config PARPORT_NOT_PC | 85 | config PARPORT_NOT_PC |
86 | bool | 86 | bool |
87 | 87 | ||
88 | config PARPORT_ARC | ||
89 | tristate "Archimedes hardware" | ||
90 | depends on ARM && PARPORT | ||
91 | select PARPORT_NOT_PC | ||
92 | |||
93 | config PARPORT_IP32 | 88 | config PARPORT_IP32 |
94 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" | 89 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" |
95 | depends on SGI_IP32 && PARPORT && EXPERIMENTAL | 90 | depends on SGI_IP32 && PARPORT && EXPERIMENTAL |