Skip to content

Commit

Permalink
ARM: S3C24XX: Fix build warning for S3C2410_PM
Browse files Browse the repository at this point in the history
warning: (CPU_S3C2440 && CPU_S3C2442) selects S3C2410_PM which has unmet direct dependencies (ARCH_S3C24XX && CPU_S3C2410)
warning: (CPU_S3C2440 && CPU_S3C2442) selects S3C2410_PM which has unmet direct dependencies (ARCH_S3C24XX && CPU_S3C2410)

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Apr 24, 2012
1 parent 18ea1fc commit 7518dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/mach-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ config S3C24XX_SETUP_TS
help
Compile in platform device definition for Samsung TouchScreen.

# cpu-specific sections

if CPU_S3C2410

config S3C2410_DMA
bool
depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
Expand All @@ -127,6 +123,10 @@ config S3C2410_PM
help
Power Management code common to S3C2410 and better

# cpu-specific sections

if CPU_S3C2410

config S3C24XX_SIMTEC_NOR
bool
help
Expand Down

0 comments on commit 7518dde

Please sign in to comment.