All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make UIO available for arm architecture
@ 2007-08-08 16:08 Hans-Jürgen Koch
  2007-08-08 16:15 ` [rfc] " Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Hans-Jürgen Koch @ 2007-08-08 16:08 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Greg Kroah-Hartman, Thomas Gleixner, linux-arm-kernel

The config system doesn't show the UIO menu if arch=arm, this patch fixes it.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>

---
Index: linux-2.6.23-rc/arch/arm/Kconfig
===================================================================
--- linux-2.6.23-rc.orig/arch/arm/Kconfig	2007-08-08 17:52:02.000000000 +0200
+++ linux-2.6.23-rc/arch/arm/Kconfig	2007-08-08 17:53:29.000000000 +0200
@@ -1052,6 +1052,8 @@
 
 source "drivers/dma/Kconfig"
 
+source "drivers/uio/Kconfig"
+
 endmenu
 
 source "fs/Kconfig"

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

end of thread, other threads:[~2007-08-08 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 16:08 [PATCH] Make UIO available for arm architecture Hans-Jürgen Koch
2007-08-08 16:15 ` [rfc] " Jan Engelhardt
2007-08-08 16:10   ` Greg KH
2007-08-08 16:33     ` Hans-Jürgen Koch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.