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@o2.pl>
This commit is contained in:
parent
87bc410f7c
commit
676a11d710
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ define KernelPackage/pcmcia-core
|
||||||
DEPENDS:=@PCMCIA_SUPPORT
|
DEPENDS:=@PCMCIA_SUPPORT
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_PCMCIA \
|
CONFIG_PCMCIA \
|
||||||
|
CONFIG_PCMCIA_LOAD_CIS=y \
|
||||||
CONFIG_CARDBUS \
|
CONFIG_CARDBUS \
|
||||||
CONFIG_PCCARD \
|
CONFIG_PCCARD \
|
||||||
PCMCIA_DEBUG=n
|
PCMCIA_DEBUG=n
|
||||||
|
|
Loading…
Reference in a new issue