]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] CONFIG_AIRO needs CONFIG_CRYPTO
authordann frazier <dannf@dannf.org>
Wed, 11 Jan 2006 19:26:24 +0000 (11:26 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 12 Jan 2006 21:31:51 +0000 (16:31 -0500)
commit9ad8b9d1520db4d317d791eeb8d6e47c366be82c
tree56c7b762ee872047b9e617d9f441d733c58e82e8
parentac7c66698a2c51e4c6a34b84621c79e7cb89e07d
[PATCH] CONFIG_AIRO needs CONFIG_CRYPTO

airo.c currently has MICSUPPORT enabled, which requires CONFIG_CRYPTO.  A
user reported a build failure which is due to the lack of a Kconfig
dependency.  See http://bugs.debian.org/344205.

This patch makes Kconfig enforce this dependency.

Signed-off-by: dann frazier <dannf@debian.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wireless/Kconfig