[PATCH] Make UIO available for arm architecture

From: Hans-Jürgen Koch
Date: Wed Aug 08 2007 - 12:08:30 EST


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

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

---
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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/