[PATCH v2 4/4] ARM: EXYNOS: skip wakeup interrupt setup if pinctrl driver is used
Linus Walleij
linus.walleij at linaro.org
Tue Aug 21 08:04:23 EDT 2012
On Wed, Aug 15, 2012 at 9:57 PM, Thomas Abraham
<thomas.abraham at linaro.org> wrote:
> Pinctrl driver includes support for configuring the external wakeup
> interrupts. On exynos platforms that use pinctrl driver, the setup
> of wakeup interrupts in the exynos platform code can be skipped.
>
> Cc: Kukjin Kim <kgene.kim at samsung.com>
> Signed-off-by: Thomas Abraham <thomas.abraham at linaro.org>
> +#ifdef CONFIG_OF
Don't you actually want to use:
#fidef CONFIG_PINCTRL_SAMSUNG
here? CONFIG_OF is a bit vague.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list