@ -285,51 +285,18 @@ endef
$( eval $ ( call KernelPackage ,gpio -pcf 857x ) )
d e f i n e K e r n e l P a c k a g e / p p d e v
d e f i n e K e r n e l P a c k a g e / l p
SUBMENU:= $( OTHER_MENU)
TITLE:= Parallel port support
TITLE:= Parallel port and line printer support
KCONFIG:= \
CONFIG_PARPORT \
CONFIG_PRINTER \
CONFIG_PPDEV
FILES:= \
$( LINUX_DIR) /drivers/parport/parport.ko \
$( LINUX_DIR) /drivers/char/lp.ko \
$( LINUX_DIR) /drivers/char/ppdev.ko
AUTOLOAD:= $( call AutoLoad,50,parport ppdev)
e n d e f
$( eval $ ( call KernelPackage ,ppdev ) )
d e f i n e K e r n e l P a c k a g e / p a r p o r t - p c
SUBMENU:= $( OTHER_MENU)
TITLE:= Parallel port interface ( PC-style) support
DEPENDS:= +kmod-ppdev
KCONFIG:= \
CONFIG_PARPORT_PC \
CONFIG_PARPORT_1284 = y \
CONFIG_PARPORT_PC_FIFO = y \
CONFIG_PARPORT_PC_SUPERIO = y \
CONFIG_PARPORT_SERIAL = n \
CONFIG_PARIDE = n \
CONFIG_SCSI_IMM = n \
CONFIG_SCSI_PPA = n
FILES:= \
$( LINUX_DIR) /drivers/parport/parport_pc.ko
AUTOLOAD:= $( call AutoLoad,51,parport_pc)
e n d e f
$( eval $ ( call KernelPackage ,parport -pc ) )
d e f i n e K e r n e l P a c k a g e / l p
SUBMENU:= $( OTHER_MENU)
TITLE:= Parallel port line printer device support
DEPENDS:= +kmod-ppdev
KCONFIG:= \
CONFIG_PRINTER
FILES:= \
$( LINUX_DIR) /drivers/char/lp.ko
AUTOLOAD:= $( call AutoLoad,52,lp)
AUTOLOAD:= $( call AutoLoad,50,parport lp ppdev)
e n d e f
$( eval $ ( call KernelPackage ,lp ) )