diff options
author | Guy Martin <gmsoft@tuxicoman.be> | 2006-01-10 20:47:59 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | 2006-01-10 21:52:25 -0500 |
commit | 7c0b67efe9e15fa81cfa332a9a6f6cd5f7941bbc (patch) | |
tree | 14c3bfcb42e9de2ecfecea30c01622d936fcbdf5 /drivers/parport | |
parent | 49efdd46eed353027096a765f40dd8af52ece5ae (diff) |
[PARISC] Fix parport_gsc by selecting PARPORT_NOT_PC
PARPORT_GSC requires selecting PARPORT_NOT_PC in order to
work properly.
Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index a665951b1586..f605dea57224 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -121,6 +121,7 @@ config PARPORT_GSC | |||
121 | tristate | 121 | tristate |
122 | default GSC | 122 | default GSC |
123 | depends on PARPORT | 123 | depends on PARPORT |
124 | select PARPORT_NOT_PC | ||
124 | 125 | ||
125 | config PARPORT_SUNBPP | 126 | config PARPORT_SUNBPP |
126 | tristate "Sparc hardware (EXPERIMENTAL)" | 127 | tristate "Sparc hardware (EXPERIMENTAL)" |