[PATCH v3 7/10] iio: lpc32xx-adc: Remove driver conflict due to device tree
From: gregkh@linuxfoundation.org (Greg KH)
Date: 2012-04-18 22:02:33
Also in:
linux-input, lkml
From: gregkh@linuxfoundation.org (Greg KH)
Date: 2012-04-18 22:02:33
Also in:
linux-input, lkml
On Wed, Apr 18, 2012 at 03:36:12PM +0200, Roland Stigge wrote:
Previously, the touchscreen and ADC drivers of the LPC32xx SoC had a Kconfig conflict declared because they use the same hardware. Upon the introduction of device tree support in both drivers, the conflict must be removed to enable the same kernel to support different hardware (configured via the device tree). Signed-off-by: Roland Stigge <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>