]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 6 Oct 2011 14:43:59 +0000 (16:43 +0200)
commita23d95912b66157e9f385f6023f7794e94c942ab
tree47779c8b4479f65bcc43814c2f8e6bdf601961e0
parent1dba34c51d57ce91feadeca168fd4434c5b402d7
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