Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter.
@ 2007-09-11  0:35 Thomas Koeller
  2007-09-11 12:20 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koeller @ 2007-09-11  0:35 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

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

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

* Re: [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter.
  2007-09-11  0:35 [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter Thomas Koeller
@ 2007-09-11 12:20 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-09-11 12:20 UTC (permalink / raw)
  To: Thomas Koeller; +Cc: linux-mips

On Tue, Sep 11, 2007 at 02:35:49AM +0200, Thomas Koeller wrote:

> GPI_RM9000 indicates the presence of FM9000-style GPI
> (General Purpose Interface) hardware.

Patch itself is ok but there seems to be nothing that depends on GPI_RM9000:

$ git grep -E -w '(CONFIG_|)GPI_RM9000' | cat
arch/mips/configs/excite_defconfig:CONFIG_GPI_RM9000=y
$

I assume you're about to send more patches which depend on this one?

Queued, but on hold for now.  Thanks,

  Ralf

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

end of thread, other threads:[~2007-09-11 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11  0:35 [PATCH] [MIPS] Introduced GPI_RM9000 configuration parameter Thomas Koeller
2007-09-11 12:20 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox