Skip to content

Commit

Permalink
[ARM] 4161/1: S3C24XX: fix leakage of plat-s3c24xx Kconfig items
Browse files Browse the repository at this point in the history
Do not export S3C24XX from plat-s3c24xx on non-s3c24xx systems

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Feb 11, 2007
1 parent 90ac764 commit b887060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/plat-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -94,3 +96,4 @@ config MACH_SMDK
help
Common machine code for SMDK2410 and SMDK2440

endif

0 comments on commit b887060

Please sign in to comment.