5 Sep 2005 20:31
[patch 08/10] parport: ieee1284 fixes and cleanups
<marko.kohtala <at> gmail.com>
2005-09-05 18:31:17 GMT
2005-09-05 18:31:17 GMT
Make drivers that use directly PC parport HW depend on PARPORT_PC rather than HW independent PARPORT. Signed-off-by: Marko Kohtala <marko.kohtala <at> gmail.com> --- drivers/block/Kconfig | 2 +- drivers/block/paride/Kconfig | 5 +++-- drivers/scsi/Kconfig | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) Index: linux-dvb/drivers/block/Kconfig =================================================================== --- linux-dvb.orig/drivers/block/Kconfig 2005-06-23 22:12:45.000000000 +0300 +++ linux-dvb/drivers/block/Kconfig 2005-06-24 13:03:46.000000000 +0300 <at> <at> -117,7 +117,7 <at> <at> config BLK_DEV_XD config PARIDE tristate "Parallel port IDE device support" - depends on PARPORT + depends on PARPORT_PC ---(Continue reading)help--- There are many external CD-ROM and disk devices that connect through your computer's parallel port. Most of them are actually IDE devices Index: linux-dvb/drivers/block/paride/Kconfig =================================================================== --- linux-dvb.orig/drivers/block/paride/Kconfig 2005-06-23 22:12:45.000000000 +0300 +++ linux-dvb/drivers/block/paride/Kconfig 2005-06-24 13:03:46.000000000 +0300 <at> <at> -4,11 +4,12 <at> <at>
RSS Feed