Re: [PATCH] arch/arm/Kconfig: Make UIO available on ARMarchitecture

From: Hans-JÃrgen Koch
Date: Thu Feb 07 2008 - 08:13:27 EST


Am Thu, 7 Feb 2008 13:02:23 +0000
schrieb Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>:

>
> Please place it in the same relative position in arch/arm/Kconfig as
> it is found in drivers/Kconfig.

Argh, sorry. Here's the correct version:
============
From: Hans J Koch <hjk@xxxxxxxxxxxxx>
To: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxxxxx
Cc: Greg KH <greg@xxxxxxxxx>
Subject: arch/arm/Kconfig: Make UIO available on ARM architecture

Source drivers/uio/Kconfig to make UIO available in menuconfig if ARCH=arm.

Signed-off-by: Hans J Koch <hjk@xxxxxxxxxxxxx>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)

Index: linux-2.6/arch/arm/Kconfig
===================================================================
--- linux-2.6.orig/arch/arm/Kconfig 2008-02-07 13:57:58.000000000 +0100
+++ linux-2.6/arch/arm/Kconfig 2008-02-07 14:08:46.000000000 +0100
@@ -1159,6 +1159,8 @@

source "drivers/dca/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/