ソースを参照

staging: nvec: let nvec select MFD_CORE

NVEC registers a mfd device and therefore needs to select MFD_CORE.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Marc Dietrich 12 年 前
コミット
e3f27c7dad
1 ファイル変更1 行追加0 行削除
  1. 1 0
      drivers/staging/nvec/Kconfig

+ 1 - 0
drivers/staging/nvec/Kconfig

@@ -1,6 +1,7 @@
 config MFD_NVEC
 config MFD_NVEC
 	bool "NV Tegra Embedded Controller SMBus Interface"
 	bool "NV Tegra Embedded Controller SMBus Interface"
 	depends on I2C && GPIOLIB && ARCH_TEGRA
 	depends on I2C && GPIOLIB && ARCH_TEGRA
+	select MFD_CORE
 	help
 	help
 	    Say Y here to enable support for a nVidia compliant embedded
 	    Say Y here to enable support for a nVidia compliant embedded
 	    controller.
 	    controller.