diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-15 01:57:38 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-15 01:57:38 +0000 |
| commit | 2b46821a9ac8ad7da9601073b96ad3a627fe9515 (patch) | |
| tree | c9be6026795ee16a8ae3745ab6b4250b3e01e656 /openwrt/target/linux/Config.in | |
| parent | 5a8a1463db04b950bc6a2b9c1f35cd24eddf52cd (diff) | |
| download | mtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.zip mtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.tar.gz mtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.tar.bz2 | |
add pcmcia support for 2.4/brcm and serial_cs kernel module
SVN-Revision: 2490
Diffstat (limited to 'openwrt/target/linux/Config.in')
| -rw-r--r-- | openwrt/target/linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 9d40213..0c8d38a 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -634,6 +634,12 @@ config BR2_PACKAGE_KMOD_PCMCIA_CORE tristate default m +config BR2_PACKAGE_KMOD_PCMCIA_SERIAL + prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support" + tristate + default m + depends BR2_PACKAGE_KMOD_PCMCIA_CORE + comment "USB support" config BR2_PACKAGE_KMOD_USB |
