[PATCH 09/10] ARM S3C2412: Fix typo in CONFIG_CPU_S3C2412_ONLY definition

Kukjin Kim kgene.kim at samsung.com
Tue Nov 30 02:38:24 EST 2010


Yauhen Kharuzhy wrote:
> 
> Dependency on (CPU_S3C2416 is not selected) was defined as "!CPU_2416",
> instead of "!CPU_S3C2416". Fix it.
> 
> Signed-off-by: Yauhen Kharuzhy <jekhor at gmail.com>
> ---
>  arch/arm/mach-s3c2412/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig
> index cef6a65..fa2e5bf 100644
> --- a/arch/arm/mach-s3c2412/Kconfig
> +++ b/arch/arm/mach-s3c2412/Kconfig
> @@ -16,7 +16,7 @@ config CPU_S3C2412
>  config CPU_S3C2412_ONLY
>  	bool
>  	depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
> -		   !CPU_2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
> +		   !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
>  		   !CPU_S3C2443 && CPU_S3C2412
>  	default y if CPU_S3C2412
> 
> --

Yeah, looks ok to me.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.




More information about the linux-arm-kernel mailing list