kernel: enable CONFIG_PCMCIA_LOAD_CIS
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Sat, 17 Dec 2016 20:43:53 +0000 (21:43 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 20 Dec 2016 08:35:36 +0000 (09:35 +0100)
Allow to load .cis firmware updates from userspace. Some of PCMCIA cards
need to update Card Information Structure (CIS) to work properly.

Signen-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
package/kernel/linux/modules/pcmcia.mk

index eb01d0082f66e9e08e3d7e0eb1d9a124fb248544..50a944c054886481483c511ba55aff24dfd5c374 100644 (file)
@@ -13,6 +13,7 @@ define KernelPackage/pcmcia-core
   DEPENDS:=@PCMCIA_SUPPORT
   KCONFIG:= \
        CONFIG_PCMCIA \
+       CONFIG_PCMCIA_LOAD_CIS=y \
        CONFIG_CARDBUS \
        CONFIG_PCCARD \
        PCMCIA_DEBUG=n