From 9eb60dea08e969884d18c3531049613e04ba6167 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Jan 2011 20:09:37 +0100 Subject: add parport_pc support --- mk/modules.mk | 6 +++++- target/linux/config/Config.in.misc | 13 ++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/mk/modules.mk b/mk/modules.mk index 1b8f5490b..94a1d235a 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -1595,9 +1595,13 @@ $(eval $(call KMOD_template,PARPORT,parport,\ $(MODULES_DIR)/kernel/drivers/parport/parport \ ,50)) +$(eval $(call KMOD_template,PARPORT_PC,parport-pc,\ + $(MODULES_DIR)/kernel/drivers/parport/parport_pc \ +,55)) + $(eval $(call KMOD_template,PLIP,plip,\ $(MODULES_DIR)/kernel/drivers/net/plip \ -,51)) +,60)) # # Profiling diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc index b0b3c5782..4ca6883e1 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -63,13 +63,22 @@ config ADK_KPACKAGE_KMOD_PARPORT default n depends on ADK_TARGET_WITH_PP help - Kernel module for generic parallel port support + Kernel module for generic parallel port support. + +config ADK_KPACKAGE_KMOD_PARPORT_PC + prompt "kmod-parport-pc................... PC style parallel port support" + tristate + default n + depends on ADK_KPACKAGE_KMOD_PARPORT + help + Kernel module for PC style parallel port support. config ADK_KPACKAGE_KMOD_PLIP prompt "kmod-plip....................... PLIP (internet over parallel port)" tristate default n depends on ADK_KPACKAGE_KMOD_PARPORT + select ADK_KPACKAGE_KMOD_PARPORT_PC help PLIP: IPv4 over parallel port, using a Turbo Laplink (crossed null-printer) cable. Drivers exist for DOS @@ -82,6 +91,7 @@ config ADK_KPACKAGE_KMOD_PRINTER tristate default n depends on ADK_KPACKAGE_KMOD_PARPORT + select ADK_KPACKAGE_KMOD_PARPORT_PC help Kernel module for line printer support @@ -90,6 +100,7 @@ config ADK_KPACKAGE_KMOD_PPDEV tristate default n depends on ADK_KPACKAGE_KMOD_PARPORT + select ADK_KPACKAGE_KMOD_PARPORT_PC help Kernel module for userland parallel port access -- cgit v1.2.3