summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-16 13:15:00 +0200
commit8a325b2af866300353e500e9693fc08991df52b7 (patch)
tree9edad7622e05f93ad702931a327c779a0a1e996a /target/linux/config
parent04d3f4ea9953ed01898d336c4b175273b457394c (diff)
add preliminary support for my pcmcia smartcard reader
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.pcmcia17
1 files changed, 16 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia
index c6aef16bc..bf6a69ef5 100644
--- a/target/linux/config/Config.in.pcmcia
+++ b/target/linux/config/Config.in.pcmcia
@@ -5,6 +5,19 @@ config ADK_KERNEL_CARDBUS
boolean
default n
+config ADK_KERNEL_PCMCIA_PROBE
+ boolean
+ default n
+
+config ADK_KERNEL_SERIAL_8250_EXTENDED
+ boolean
+ default n
+
+config ADK_KERNEL_SERIAL_8250_SHARE_IRQ
+ boolean
+ select ADK_KERNEL_SERIAL_8250_EXTENDED
+ default n
+
config ADK_KPACKAGE_KMOD_PCCARD
prompt "kmod-pccard....................... PCCARD support"
tristate
@@ -15,6 +28,7 @@ config ADK_KPACKAGE_KMOD_PCMCIA
tristate
depends on ADK_KPACKAGE_KMOD_PCCARD
select ADK_KERNEL_CRC32
+ select ADK_KERNEL_PCMCIA_PROBE
default n
config ADK_KPACKAGE_KMOD_YENTA
@@ -28,6 +42,7 @@ config ADK_KPACKAGE_KMOD_SERIAL_8250_CS
prompt "kmod-pcmcia-serial................ PCMCIA/CardBus serial device support"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_PCMCIA || ADK_KPACKAGE_KMOD_CARDBUS
+ select ADK_KERNEL_SERIAL_8250_SHARE_IRQ
+ depends on ADK_KPACKAGE_KMOD_PCMCIA
endmenu