]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 Jan 2016 14:50:34 +0000 (15:50 +0100)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 1 Feb 2016 00:46:20 +0000 (09:46 +0900)
commit16560854d06da88de43ddc5df8c0ba3e90328a9d
tree546686f7c712f98eddb871c820686272b0e30559
parentbde491fde0d56b56081a2452b08c05cbf3b820d4
ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442

The S3C2440_XTAL_16934400 and S3C2440_XTAL_12000000 symbols are used
for both s3c2442 and s3c2440, but Kconfig only allows it to be selected
if CPU_S3C2440 is enabled, which can lead to a warning otherwise:

warning: (MACH_RX1950) selects S3C2440_XTAL_16934400 which has unmet direct dependencies (ARCH_S3C24XX && CPU_S3C2440)

This changes the dependencies to make it possible also for CPU_S3C2442-only
configurations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/mach-s3c24xx/Kconfig