projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c97939
)
staging: nvec: let nvec select MFD_CORE
author
Marc Dietrich
<marvin24@gmx.de>
Thu, 22 Nov 2012 18:47:28 +0000
(19:47 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:01:29 +0000
(16:01 -0800)
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>
drivers/staging/nvec/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/nvec/Kconfig
b/drivers/staging/nvec/Kconfig
index 1235a7897d04eca5a92e512740eeff019877c279..f779fdc34279c9c41a8a6acddb6a41fcffca565d 100644
(file)
--- 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.