]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings
authorKukjin Kim <kgene.kim@samsung.com>
Sat, 13 Nov 2010 07:08:32 +0000 (16:08 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 13 Nov 2010 07:30:44 +0000 (16:30 +0900)
commit20676c15ed91b5862e17a29b05ec977af483700f
tree6783ced268334a0f512dc9a8fbff69c11a179438
parentc39d8d558dd79ce3444bfd590f5d8f0b8ad85879
ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings

This patch fixes following warnings.
warning: (ARCH_S3C2410 && <choice> || ARCH_S3C64XX && <choice> ||
          ARCH_S5P64X0 && <choice> || ARCH_S5PC100 && <choice> ||
          ARCH_S5PV210 && <choice> || ARCH_S5PV310 && <choice>)
         selects HAVE_S3C2410_I2C which has unmet direct dependencies (I2C)

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/Kconfig