From: Jean Delvare Date: Thu, 3 Apr 2014 09:33:31 +0000 (+0200) Subject: gpio: timberdale: simplify dependencies X-Git-Tag: next-20140428~10^2^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea15676d8fdfe687583f102260abae6c267078e0;p=karo-tx-linux.git gpio: timberdale: simplify dependencies GPIO_TIMBERDALE doesn't need an explicit dependency on HAS_IOMEM, because it depends on MFD_TIMBERDALE which itself depends on HAS_IOMEM already. Signed-off-by: Jean Delvare Cc: Linus Walleij Cc: Alexandre Courbot Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 5ad9e927baba..110e7009b10a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -740,7 +740,7 @@ config GPIO_SODAVILLE config GPIO_TIMBERDALE bool "Support for timberdale GPIO IP" - depends on MFD_TIMBERDALE && HAS_IOMEM + depends on MFD_TIMBERDALE ---help--- Add support for the GPIO IP in the timberdale FPGA.