From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:60621 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756369AbaDHMyZ (ORCPT ); Tue, 8 Apr 2014 08:54:25 -0400 Date: Tue, 8 Apr 2014 14:54:21 +0200 From: Jean Delvare To: linux-iio@vger.kernel.org Cc: Jonathan Cameron , Kukjin Kim Subject: [PATCH] iio: adc: Fix exynos_adc dependencies Message-ID: <20140408145421.530243bf@endymion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org EXYNOS_ADC shouldn't only depend on OF. It is useless on architectures other than Exynos so it should depend on ARCH_EXYNOS (which implies OF.) Signed-off-by: Jean Delvare Cc: Jonathan Cameron Cc: Kukjin Kim --- drivers/iio/adc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-3.15-rc0.orig/drivers/iio/adc/Kconfig 2014-04-07 10:23:04.475166797 +0200 +++ linux-3.15-rc0/drivers/iio/adc/Kconfig 2014-04-08 14:49:16.205616632 +0200 @@ -107,7 +107,7 @@ config AT91_ADC config EXYNOS_ADC bool "Exynos ADC driver support" - depends on OF + depends on ARCH_EXYNOS help Core support for the ADC block found in the Samsung EXYNOS series of SoCs for drivers such as the touchscreen and hwmon to use to share -- Jean Delvare SUSE L3 Support