projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49efdd4
)
[PARISC] Fix parport_gsc by selecting PARPORT_NOT_PC
author
Guy Martin
<gmsoft@tuxicoman.be>
Wed, 11 Jan 2006 01:47:59 +0000
(20:47 -0500)
committer
Kyle McMartin
<kyle@duet.int.mcmartin.ca>
Wed, 11 Jan 2006 02:52:25 +0000
(21:52 -0500)
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>
drivers/parport/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/parport/Kconfig
b/drivers/parport/Kconfig
index a665951b1586c4e53d4f280407cf7c27615f9fdf..f605dea57224ca23e5f1159c670f554104de1c21 100644
(file)
--- a/
drivers/parport/Kconfig
+++ b/
drivers/parport/Kconfig
@@
-121,6
+121,7
@@
config PARPORT_GSC
tristate
default GSC
depends on PARPORT
+ select PARPORT_NOT_PC
config PARPORT_SUNBPP
tristate "Sparc hardware (EXPERIMENTAL)"