From: Ben Dooks Date: Mon, 4 May 2009 08:30:51 +0000 (+0100) Subject: [ARM] S3C24XX: Fix use of CONFIG_S3C24XX_PWM X-Git-Tag: v2.6.31-rc2~64^2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291e99a112f9bf34c027031de7ef8b94a2692937;p=pandora-kernel.git [ARM] S3C24XX: Fix use of CONFIG_S3C24XX_PWM CONFIG_S3C24XX_PWM was defined in arch/arm/plat-s3c24xx/Kconfig but not used anywhere else as the corresponding makefile used CONFIG_HAVE_PWM (selected by CONFIG_S3C24XX_PWM) to compile the PWM driver. Change the makefile to use CONFIG_S3C24XX_PWM to compile this driver to ensure it is only build when needed. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed