Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] pcmcia: select crc32 in Kconfig for PCMCIA

PCMCIA needs CRC32.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Dominik Brodowski and committed by
Linus Torvalds
f861bd23 aecab27a

+1
+1
drivers/pcmcia/Kconfig
··· 42 42 43 43 config PCMCIA 44 44 tristate "16-bit PCMCIA support" 45 + select CRC32 45 46 default y 46 47 ---help--- 47 48 This option enables support for 16-bit PCMCIA cards. Most older