public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error
@ 2011-04-25 23:52 Peter Foley
  2011-04-26  0:00 ` Greg KH
  2011-05-03 17:57 ` Greg KH
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Foley @ 2011-04-25 23:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh, hjanssen, haiyangz

This patch adds a dependency on NLS to HYPERV_UTILS to avoid a build error.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 drivers/staging/hv/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index d41f380..76f0756 100644
--- a/drivers/staging/hv/Kconfig
+++ b/drivers/staging/hv/Kconfig
@@ -31,7 +31,7 @@ config HYPERV_NET
  config HYPERV_UTILS
 	tristate "Microsoft Hyper-V Utilities driver"
-	depends on CONNECTOR
+	depends on CONNECTOR && NLS
 	default HYPERV
 	help
 	  Select this option to enable the Hyper-V Utilities.
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-03 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 23:52 [PATCH] staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error Peter Foley
2011-04-26  0:00 ` Greg KH
2011-04-26  0:53   ` Peter Foley
2011-05-03 17:33     ` Greg KH
2011-05-03 17:57 ` Greg KH
2011-05-03 18:11   ` Peter Foley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox