summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.pcmcia
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-03 15:46:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-07 20:44:04 +0100
commit9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch)
treeb1c2eee95a3b475748c89d0075f604bb159a3271 /target/linux/config/Config.in.pcmcia
parenta4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff)
add support for waldux
Diffstat (limited to 'target/linux/config/Config.in.pcmcia')
-rw-r--r--target/linux/config/Config.in.pcmcia36
1 files changed, 18 insertions, 18 deletions
diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia
index bb40d8274..24493ab38 100644
--- a/target/linux/config/Config.in.pcmcia
+++ b/target/linux/config/Config.in.pcmcia
@@ -4,45 +4,45 @@
menu "PCMCIA/CardBus support"
depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
-config ADK_KERNEL_CARDBUS
+config ADK_LINUX_KERNEL_CARDBUS
bool
-config ADK_KERNEL_PCMCIA_PROBE
+config ADK_LINUX_KERNEL_PCMCIA_PROBE
bool
-config ADK_KERNEL_SERIAL_8250_EXTENDED
+config ADK_LINUX_KERNEL_SERIAL_8250_EXTENDED
bool
-config ADK_KERNEL_SERIAL_8250_SHARE_IRQ
+config ADK_LINUX_KERNEL_SERIAL_8250_SHARE_IRQ
bool
- select ADK_KERNEL_SERIAL_8250_EXTENDED
+ select ADK_LINUX_KERNEL_SERIAL_8250_EXTENDED
-config ADK_KERNEL_PCMCIA_PXA2XX
+config ADK_LINUX_KERNEL_PCMCIA_PXA2XX
bool
-config ADK_KERNEL_PCCARD
+config ADK_LINUX_KERNEL_PCCARD
tristate "PCCARD support"
default n
-config ADK_KERNEL_PCMCIA
+config ADK_LINUX_KERNEL_PCMCIA
tristate "16-bit PCMCIA support"
- depends on ADK_KERNEL_PCCARD
- select ADK_KERNEL_FW_LOADER
- select ADK_KERNEL_CRC32
- select ADK_KERNEL_PCMCIA_PROBE
+ depends on ADK_LINUX_KERNEL_PCCARD
+ select ADK_LINUX_KERNEL_FW_LOADER
+ select ADK_LINUX_KERNEL_CRC32
+ select ADK_LINUX_KERNEL_PCMCIA_PROBE
default n
-config ADK_KERNEL_YENTA
+config ADK_LINUX_KERNEL_YENTA
tristate "32-bit CardBus support"
- depends on ADK_KERNEL_PCCARD
+ depends on ADK_LINUX_KERNEL_PCCARD
depends on ADK_TARGET_WITH_CARDBUS
- select ADK_KERNEL_CARDBUS
+ select ADK_LINUX_KERNEL_CARDBUS
default n
-config ADK_KERNEL_SERIAL_8250_CS
+config ADK_LINUX_KERNEL_SERIAL_8250_CS
tristate "PCMCIA/CardBus serial device support"
- select ADK_KERNEL_SERIAL_8250_SHARE_IRQ
- depends on ADK_KERNEL_PCMCIA && !ADK_TARGET_QEMU
+ select ADK_LINUX_KERNEL_SERIAL_8250_SHARE_IRQ
+ depends on ADK_LINUX_KERNEL_PCMCIA && !ADK_TARGET_QEMU
default n
endmenu