linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] update OMAP Kconfig help texts for all supported SoC models
@ 2010-09-22  9:27 Lennert Buytenhek
  2010-09-22 17:26 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Lennert Buytenhek @ 2010-09-22  9:27 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 553b7cf..15b603c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -813,7 +813,7 @@ config ARCH_OMAP
 	select GENERIC_CLOCKEVENTS
 	select ARCH_HAS_HOLES_MEMORYMODEL
 	help
-	  Support for TI's OMAP platform (OMAP1 and OMAP2).
+	  Support for TI's OMAP platform (OMAP1/2/3/4).
 
 config PLAT_SPEAR
 	bool "ST SPEAr"
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index e39a417..68435c5 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -19,7 +19,7 @@ config ARCH_OMAP2PLUS
 	bool "TI OMAP2/3/4"
 	select COMMON_CLKDEV
 	help
-	  "Systems based on omap24xx, omap34xx or omap44xx"
+	  "Systems based on omap24xx, omap34xx, omap35xx or omap44xx"
 
 endchoice

---

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

* [PATCH] update OMAP Kconfig help texts for all supported SoC models
  2010-09-22  9:27 [PATCH] update OMAP Kconfig help texts for all supported SoC models Lennert Buytenhek
@ 2010-09-22 17:26 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2010-09-22 17:26 UTC (permalink / raw)
  To: linux-arm-kernel

* Lennert Buytenhek <buytenh@wantstofly.org> [100922 02:19]:
> Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 553b7cf..15b603c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -813,7 +813,7 @@ config ARCH_OMAP
>  	select GENERIC_CLOCKEVENTS
>  	select ARCH_HAS_HOLES_MEMORYMODEL
>  	help
> -	  Support for TI's OMAP platform (OMAP1 and OMAP2).
> +	  Support for TI's OMAP platform (OMAP1/2/3/4).
>  
>  config PLAT_SPEAR
>  	bool "ST SPEAr"
> diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
> index e39a417..68435c5 100644
> --- a/arch/arm/plat-omap/Kconfig
> +++ b/arch/arm/plat-omap/Kconfig
> @@ -19,7 +19,7 @@ config ARCH_OMAP2PLUS
>  	bool "TI OMAP2/3/4"
>  	select COMMON_CLKDEV
>  	help
> -	  "Systems based on omap24xx, omap34xx or omap44xx"
> +	  "Systems based on omap24xx, omap34xx, omap35xx or omap44xx"
>  
>  endchoice

It would be better to also use omap2/3/4 here too. Otherwise we
can easily miss some variants, like 36xx.

Tony

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

* [PATCH] update OMAP Kconfig help texts for all supported SoC models
@ 2010-09-22 18:40 Lennert Buytenhek
  2010-09-22 20:10 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Lennert Buytenhek @ 2010-09-22 18:40 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 553b7cf..15b603c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -813,7 +813,7 @@ config ARCH_OMAP
 	select GENERIC_CLOCKEVENTS
 	select ARCH_HAS_HOLES_MEMORYMODEL
 	help
-	  Support for TI's OMAP platform (OMAP1 and OMAP2).
+	  Support for TI's OMAP platform (OMAP1/2/3/4).
 
 config PLAT_SPEAR
 	bool "ST SPEAr"
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index e39a417..d98c5c0 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -19,7 +19,7 @@ config ARCH_OMAP2PLUS
 	bool "TI OMAP2/3/4"
 	select COMMON_CLKDEV
 	help
-	  "Systems based on omap24xx, omap34xx or omap44xx"
+	  "Systems based on OMAP2, OMAP3 or OMAP4"
 
 endchoice

---

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

* [PATCH] update OMAP Kconfig help texts for all supported SoC models
  2010-09-22 18:40 Lennert Buytenhek
@ 2010-09-22 20:10 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2010-09-22 20:10 UTC (permalink / raw)
  To: linux-arm-kernel

* Lennert Buytenhek <buytenh@wantstofly.org> [100922 11:32]:
> Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 553b7cf..15b603c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -813,7 +813,7 @@ config ARCH_OMAP
>  	select GENERIC_CLOCKEVENTS
>  	select ARCH_HAS_HOLES_MEMORYMODEL
>  	help
> -	  Support for TI's OMAP platform (OMAP1 and OMAP2).
> +	  Support for TI's OMAP platform (OMAP1/2/3/4).
>  
>  config PLAT_SPEAR
>  	bool "ST SPEAr"
> diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
> index e39a417..d98c5c0 100644
> --- a/arch/arm/plat-omap/Kconfig
> +++ b/arch/arm/plat-omap/Kconfig
> @@ -19,7 +19,7 @@ config ARCH_OMAP2PLUS
>  	bool "TI OMAP2/3/4"
>  	select COMMON_CLKDEV
>  	help
> -	  "Systems based on omap24xx, omap34xx or omap44xx"
> +	  "Systems based on OMAP2, OMAP3 or OMAP4"
>  
>  endchoice

Thanks, will queue up.

Tony

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

end of thread, other threads:[~2010-09-22 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22  9:27 [PATCH] update OMAP Kconfig help texts for all supported SoC models Lennert Buytenhek
2010-09-22 17:26 ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2010-09-22 18:40 Lennert Buytenhek
2010-09-22 20:10 ` Tony Lindgren

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).