From 5d4e93939c627301f69973a143ee30839062ccfd Mon Sep 17 00:00:00 2001 From: mentor Date: Wed, 30 Jan 2008 15:26:06 +0000 Subject: [PATCH] Add CONFIG_CRYPTO as a Kconfig dependency when patching into the kernel git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3306 0192ed92-7a03-0410-a25b-9323aeb14dbd --- patch-kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-kernel/Kconfig b/patch-kernel/Kconfig index 9ba60c8..3513cb1 100644 --- a/patch-kernel/Kconfig +++ b/patch-kernel/Kconfig @@ -3,7 +3,7 @@ comment "Atheros 802.11(a/b/g) PCI/Cardbus support" config ATHEROS tristate "Atheros PCI/Cardbus cards" - depends on PCI && (NET_RADIO || WIRELESS_EXT) + depends on PCI && (NET_RADIO || WIRELESS_EXT) && CRYPTO ---help--- Say Y here if you intend to attach an Atheros Cardbus or PCI wireless Ethernet networking card to your computer. This -- 2.35.1