From: Thomas Koeller <thomas.koeller@baslerweb.com>
To: ralf@linux-mips.org
Cc: linux-mips@linux-mips.org
Subject: [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter.
Date: Tue, 11 Sep 2007 02:35:49 +0200 [thread overview]
Message-ID: <200709110235.50359.thomas.koeller@baslerweb.com> (raw)
GPI_RM9000 indicates the presence of FM9000-style GPI
(General Purpose Interface) hardware.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
---
arch/mips/Kconfig | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 4a54d21..23ad4cc 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -791,6 +791,7 @@ config MIPS_TX3927
config MIPS_RM9122
bool
select SERIAL_RM9000
+ select GPI_RM9000
config PNX8550
bool
@@ -818,6 +819,9 @@ config EMMA2RH
config SERIAL_RM9000
bool
+config GPI_RM9000
+ bool
+
#
# Unfortunately not all GT64120 systems run the chip at the same clock.
# As the user for the clock rate and try to minimize the available options.
--
1.5.1.2
next reply other threads:[~2007-09-11 1:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 0:35 Thomas Koeller [this message]
2007-09-11 12:20 ` [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter Ralf Baechle
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=200709110235.50359.thomas.koeller@baslerweb.com \
--to=thomas.koeller@baslerweb.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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.