[source] kernel: enable CONFIG_PCMCIA_LOAD_CIS

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 01:35:17 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/676a11d71010723729eb9ef483bc1888fccc8546

commit 676a11d71010723729eb9ef483bc1888fccc8546
Author: Tomasz Maciej Nowak <tomek_n at o2.pl>
AuthorDate: Sat Dec 17 21:43:53 2016 +0100

    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 <tomek_n at o2.pl>
---
 package/kernel/linux/modules/pcmcia.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk
index eb01d00..50a944c 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



More information about the lede-commits mailing list