aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2006-05-05 18:09:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-05 18:09:16 +0000
commit6fa49c267c163f1a9b5d39819473aff841a691ad (patch)
tree0adca73d4cc9c2965ce64c8d14fa05a64b19bc2c /packages
parentd786743540590b40da496fde8a9f07521815f95b (diff)
downloadopenembedded-6fa49c267c163f1a9b5d39819473aff841a691ad.tar.gz
This commit should provide a fix for familiar bug 1606:
http://handhelds.org/~bugzilla/show_bug.cgi?id=1606 It just adds the necessary config items to provide parallel port drivers for pcmcia cards that have them.
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/defconfig-h36006
-rw-r--r--packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh40/defconfig-h36006
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/defconfig-h3600 b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/defconfig-h3600
index 97aeac5392..0c3aca3e10 100644
--- a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/defconfig-h3600
+++ b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/defconfig-h3600
@@ -235,7 +235,11 @@ CONFIG_ALIGNMENT_TRAP=y
#
# Parallel port support
#
-# CONFIG_PARPORT is not set
+CONFIG_PARPORT=m
+CONFIG_PARPORT_PC=m
+CONFIG_PARPORT_SERIAL=m
+CONFIG_PARPORT_PC_PCMCIA=m
+CONFIG_PARPORT_NOT_PC=y
#
# Memory Technology Devices (MTD)
diff --git a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh40/defconfig-h3600 b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh40/defconfig-h3600
index ad30591336..dfff54a0d1 100644
--- a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh40/defconfig-h3600
+++ b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh40/defconfig-h3600
@@ -235,7 +235,11 @@ CONFIG_ALIGNMENT_TRAP=y
#
# Parallel port support
#
-# CONFIG_PARPORT is not set
+CONFIG_PARPORT=m
+CONFIG_PARPORT_PC=m
+CONFIG_PARPORT_SERIAL=m
+CONFIG_PARPORT_PC_PCMCIA=m
+CONFIG_PARPORT_NOT_PC=y
#
# Memory Technology Devices (MTD)