From: Arnd Bergmann Date: Thu, 26 Feb 2015 20:50:25 +0000 (+0900) Subject: ARM: S3C24XX: avoid a Kconfig warning X-Git-Tag: omap-for-v4.1/fixes-rc1~66^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11176e65b8727158bc355ca0cb00bf70cd69e48;p=pandora-kernel.git ARM: S3C24XX: avoid a Kconfig warning The PM_H1940 symbol is used by two platforms: RX3715 and RX1950. However, it is hidden inside of the the CPU_S3C2410 conditional, which is only set by one of them, so we get a lot of randconfig warnings like warning: (MACH_RX3715 && MACH_RX1950) selects PM_H1940 which has unmet direct dependencies (ARCH_S3C24XX && CPU_S3C2410) This moves it outside of the conditional to remove the warnings. Signed-off-by: Arnd Bergmann Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed