[patch 11/11] GRU Driver - makefile & Kconfig file changes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: steiner
Date: Monday, June 9, 2008 - 2:10 pm

The Makefile & Kconfig changes for the GRU driver.


Signed-off-by: Jack Steiner <steiner@sgi.com>

---
 drivers/misc/gru/Makefile |    5 +++++
 drivers/misc/Kconfig      |   13 ++++++++++
 5 file changed, 18 insertions(+)

Index: linux/drivers/misc/gru/Makefile
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ linux/drivers/misc/gru/Makefile	2008-06-09 13:53:05.920793394 -0500
@@ -0,0 +1,5 @@
+
+EXTRA_CFLAGS += -DDEBUG -Werror -Wall
+obj-$(CONFIG_SGI_GRU) := gru.o
+gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o
+
Index: linux/drivers/misc/Kconfig
===================================================================
--- linux.orig/drivers/misc/Kconfig	2008-06-03 21:02:49.000000000 -0500
+++ linux/drivers/misc/Kconfig	2008-06-03 21:07:51.203689479 -0500
@@ -391,4 +391,13 @@ config SGI_XP
 	  this feature will allow for direct communication between SSIs
 	  based on a network adapter and DMA messaging.
 
+config SGI_GRU
+	tristate "SGI GRU driver"
+	depends on X86_64 || IA64
+	default n
+	select MMU_NOTIFIER
+	---help---
+	This option enables basic support for the SGI UV GRU driver. If
+	you are not running on a SGI UV system, say N.
+
 endif # MISC_DEVICES

-- 
Thanks

Jack Steiner (steiner@sgi.com)          651-683-5302
Sr Principal Engineer                   SGI - Silicon Graphics, Inc.


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 11/11] GRU Driver - makefile & Kconfig file changes, steiner, (Mon Jun 9, 2:10 pm)