NVEC registers a mfd device and therefore needs to select MFD_CORE. Signed-off-by: Marc Dietrich <marvin24@xxxxxx> --- Resent because the devel@xxxxxxxxxxxxxxxxxxxxxx address was corrupted. drivers/staging/nvec/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig index 1235a78..f779fdc 100644 --- a/drivers/staging/nvec/Kconfig +++ b/drivers/staging/nvec/Kconfig @@ -1,6 +1,7 @@ config MFD_NVEC bool "NV Tegra Embedded Controller SMBus Interface" depends on I2C && GPIOLIB && ARCH_TEGRA + select MFD_CORE help Say Y here to enable support for a nVidia compliant embedded controller. _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel