From: "Hans-Jürgen Koch" <hjk@linutronix.de>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
Thomas Gleixner <tglx@linutronix.de>,
linux-arm-kernel@lists.arm.linux.org.uk
Subject: [PATCH] Make UIO available for arm architecture
Date: Wed, 8 Aug 2007 18:08:13 +0200 [thread overview]
Message-ID: <200708081808.13889.hjk@linutronix.de> (raw)
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"
next reply other threads:[~2007-08-08 16:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-08 16:08 Hans-Jürgen Koch [this message]
2007-08-08 16:15 ` [rfc] Re: [PATCH] Make UIO available for arm architecture Jan Engelhardt
2007-08-08 16:10 ` Greg KH
2007-08-08 16:33 ` Hans-Jürgen Koch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200708081808.13889.hjk@linutronix.de \
--to=hjk@linutronix.de \
--cc=gregkh@suse.de \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.