From 6b9ffe2ff350d7f9bdea9c77a81eda0a8ba83148 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Sun, 11 Feb 2007 20:33:13 +0100 Subject: [PATCH] --- yaml --- r: 48929 b: refs/heads/master c: b887060532b98d8c0f3a1c3169f06f55bb196bd8 h: refs/heads/master i: 48927: 98526b8c36290f8c6bbc460ed97eb38c920a8d97 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c24xx/Kconfig | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ba9cec348d38..13306416d2bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90ac7648e0bcbf84a33aed5b15ae6894fda92779 +refs/heads/master: b887060532b98d8c0f3a1c3169f06f55bb196bd8 diff --git a/trunk/arch/arm/plat-s3c24xx/Kconfig b/trunk/arch/arm/plat-s3c24xx/Kconfig index 97813645b5ee..e22343160634 100644 --- a/trunk/arch/arm/plat-s3c24xx/Kconfig +++ b/trunk/arch/arm/plat-s3c24xx/Kconfig @@ -7,10 +7,12 @@ config PLAT_S3C24XX bool depends on ARCH_S3C2410 - default y + default y if ARCH_S3C2410 help Base platform code for any Samsung S3C device +if PLAT_S3C24XX + config CPU_S3C244X bool depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) @@ -94,3 +96,4 @@ config MACH_SMDK help Common machine code for SMDK2410 and SMDK2440 +endif