summaryrefslogtreecommitdiff
path: root/drivers/mcb
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-12-14 21:39:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-12-15 19:02:15 +0300
commitd667378ade2367fc0423ebcfd79d3a0e813ebd5c (patch)
treea0054fa01ab101d56ae9ca43df271bd431aea4a6 /drivers/mcb
parent95171e45663307fc33a939f0220b39afadfe7cb9 (diff)
downloadlinux-d667378ade2367fc0423ebcfd79d3a0e813ebd5c.tar.xz
mei: rework Kconfig dependencies
The dependencies in the mei framework are inconsistent, with some symbols using 'select INTEL_MEI' to force it being enabled and others using 'depends on INTEL_MEI'. In general, one should not select user-visible symbols, so change all of these to normal dependencies, but change the default on INTEL_MEI to be enabled when building a kernel for an Intel CPU with ME or a generic x86 kernel. Having consistent dependencies makes the 'menuconfig' listing more readable by using proper indentation. A large if/endif block is just a simpler syntax than repeating the dependencies for each symbol. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Wentong Wu <wentong.wu@intel.com> Link: https://lore.kernel.org/r/20231214183946.109124-2-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mcb')
0 files changed, 0 insertions, 0 deletions