From: Tomasz Maciej Nowak Date: Sat, 17 Dec 2016 20:43:53 +0000 (+0100) Subject: kernel: enable CONFIG_PCMCIA_LOAD_CIS X-Git-Tag: v17.01.0-rc1~482 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=676a11d71010723729eb9ef483bc1888fccc8546;hp=87bc410f7c574e5142dd20044de4a914fc3bcaa2 kernel: enable CONFIG_PCMCIA_LOAD_CIS 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 --- diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk index eb01d0082f..50a944c054 100644 --- a/package/kernel/linux/modules/pcmcia.mk +++ b/package/kernel/linux/modules/pcmcia.mk @@ -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