* [PATCH 1/4] Introduced GPI_RM9000 configuration parameter
@ 2007-12-18 0:26 Thomas Koeller
2007-12-18 10:52 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koeller @ 2007-12-18 0:26 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c6fc405..62bc553 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -856,6 +856,9 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN
config GENERIC_GPIO
bool
+config GPI_RM9000
+ bool
+
#
# Endianess selection. Sufficiently obscure so many users don't know what to
# answer,so we try hard to limit the available choices. Also the use of a
@@ -927,6 +930,7 @@ config MIPS_TX3927
config MIPS_RM9122
bool
select SERIAL_RM9000
+ select GPI_RM9000
config PNX8550
bool
--
1.5.3.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/4] Introduced GPI_RM9000 configuration parameter
2007-12-18 0:26 [PATCH 1/4] Introduced GPI_RM9000 configuration parameter Thomas Koeller
@ 2007-12-18 10:52 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-12-18 10:52 UTC (permalink / raw)
To: Thomas Koeller; +Cc: linux-mips
On Tue, Dec 18, 2007 at 01:26:19AM +0100, Thomas Koeller wrote:
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index c6fc405..62bc553 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -856,6 +856,9 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN
> config GENERIC_GPIO
> bool
>
> +config GPI_RM9000
> + bool
> +
> #
> # Endianess selection. Sufficiently obscure so many users don't know what to
> # answer,so we try hard to limit the available choices. Also the use of a
> @@ -927,6 +930,7 @@ config MIPS_TX3927
> config MIPS_RM9122
> bool
> select SERIAL_RM9000
> + select GPI_RM9000
See my earlier reply to http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20070911122005.GC24679%40linux-mips.org
Technically the patch is ok but please only introduce new config symbols
only together with an actual user.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-18 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 0:26 [PATCH 1/4] Introduced GPI_RM9000 configuration parameter Thomas Koeller
2007-12-18 10:52 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox