linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time
@ 2013-12-13 20:15 Tomasz Figa
  2013-12-15 19:59 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Figa @ 2013-12-13 20:15 UTC (permalink / raw)
  To: linux-arm-kernel

To use V6K extensions, these symbols must not be selected at the same
time, so this patch keeps only CPU_V6K selected for S3C64XX.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b64a8ef..4df191b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -731,7 +731,6 @@ config ARCH_S3C64XX
 	select CLKDEV_LOOKUP
 	select CLKSRC_SAMSUNG_PWM
 	select COMMON_CLK
-	select CPU_V6
 	select CPU_V6K
 	select GENERIC_CLOCKEVENTS
 	select GPIO_SAMSUNG
-- 
1.8.5.1

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

* [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time
  2013-12-13 20:15 [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time Tomasz Figa
@ 2013-12-15 19:59 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-12-15 19:59 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/14/13 05:15, Tomasz Figa wrote:
> To use V6K extensions, these symbols must not be selected at the same
> time, so this patch keeps only CPU_V6K selected for S3C64XX.
>
> Signed-off-by: Tomasz Figa<tomasz.figa@gmail.com>
> ---
>   arch/arm/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index b64a8ef..4df191b 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -731,7 +731,6 @@ config ARCH_S3C64XX
>   	select CLKDEV_LOOKUP
>   	select CLKSRC_SAMSUNG_PWM
>   	select COMMON_CLK
> -	select CPU_V6
>   	select CPU_V6K
>   	select GENERIC_CLOCKEVENTS
>   	select GPIO_SAMSUNG

Squashed with previous patch for CPU_V6K.

Thanks,
Kukjin

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

end of thread, other threads:[~2013-12-15 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 20:15 [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time Tomasz Figa
2013-12-15 19:59 ` Kukjin Kim

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