* [PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS
@ 2011-11-15 6:27 Shubhrajyoti D
2011-11-15 9:06 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Shubhrajyoti D @ 2011-11-15 6:27 UTC (permalink / raw)
To: linux-serial; +Cc: linux-omap, linux-arm-kernel, Shubhrajyoti D
Making SERIAL_OMAP depend on ARCH_OMAP2PLUS instead of
oring with ARCH2/3/4.
Acked-by: Felipe Balbi <balbi@ti.com>
Suggested-by: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
---
drivers/tty/serial/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 5f479da..2b2b971 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1324,7 +1324,7 @@ config SERIAL_OF_PLATFORM
config SERIAL_OMAP
tristate "OMAP serial port support"
- depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4
+ depends on ARCH_OMAP2PLUS
select SERIAL_CORE
help
If you have a machine based on an Texas Instruments OMAP CPU you
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS
2011-11-15 6:27 [PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS Shubhrajyoti D
@ 2011-11-15 9:06 ` Russell King - ARM Linux
2011-11-15 9:46 ` Shubhrajyoti
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2011-11-15 9:06 UTC (permalink / raw)
To: Shubhrajyoti D; +Cc: linux-serial, linux-omap, linux-arm-kernel
On Tue, Nov 15, 2011 at 11:57:40AM +0530, Shubhrajyoti D wrote:
> Making SERIAL_OMAP depend on ARCH_OMAP2PLUS instead of
> oring with ARCH2/3/4.
>
> Acked-by: Felipe Balbi <balbi@ti.com>
> Suggested-by: Sricharan R <r.sricharan@ti.com>
> Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
There's another one:
drivers/mtd/nand/Kconfig: depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
And the 'ARM &&' is redundant.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS
2011-11-15 9:06 ` Russell King - ARM Linux
@ 2011-11-15 9:46 ` Shubhrajyoti
0 siblings, 0 replies; 3+ messages in thread
From: Shubhrajyoti @ 2011-11-15 9:46 UTC (permalink / raw)
To: Russell King - ARM Linux; +Cc: linux-serial, linux-omap, linux-arm-kernel
On Tuesday 15 November 2011 02:36 PM, Russell King - ARM Linux wrote:
> On Tue, Nov 15, 2011 at 11:57:40AM +0530, Shubhrajyoti D wrote:
>> Making SERIAL_OMAP depend on ARCH_OMAP2PLUS instead of
>> oring with ARCH2/3/4.
>>
>> Acked-by: Felipe Balbi <balbi@ti.com>
>> Suggested-by: Sricharan R <r.sricharan@ti.com>
>> Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
> There's another one:
>
> drivers/mtd/nand/Kconfig: depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
>
> And the 'ARM &&' is redundant.
Will send a patch addressing the same.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-15 9:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 6:27 [PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS Shubhrajyoti D
2011-11-15 9:06 ` Russell King - ARM Linux
2011-11-15 9:46 ` Shubhrajyoti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).