]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: remove CONFIG_MFD_SUPPORT
authorArnd Bergmann <arnd@arndb.de>
Fri, 2 Sep 2011 14:43:36 +0000 (16:43 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:13 +0000 (14:09 +0200)
commitfa971699d0815956355e31a2e9b61a3b8400eddd
treebeec367a4124f66e803a2c24f9f3345aa7297721
parent5677115c2f2a003887ecf83e51a23166b2860c59
mfd: remove CONFIG_MFD_SUPPORT

We currently have two symbols to control compilation the MFD subsystem,
MFD_SUPPORT and MFD_CORE. The MFD_SUPPORT is actually not required
at all, it only hides the submenu when not set, with the effect that
Kconfig warns about missing dependencies when another driver selects
an MFD driver while MFD_SUPPORT is disabled. Turning the MFD submenu
back from menuconfig into a plain menu simplifies the Kconfig syntax
for those kinds of users and avoids the surprise when the menu
suddenly appears because another driver was enabled that selects this
symbol.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap2/Kconfig
drivers/gpio/Kconfig
drivers/i2c/busses/Kconfig
drivers/media/radio/Kconfig
drivers/mfd/Kconfig