Arnd Bergmann d667378ade 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>
2023-12-15 17:02:15 +01:00
..
2023-12-15 17:02:15 +01:00
2023-12-15 17:02:15 +01:00
2023-10-18 10:01:33 +02:00
2022-11-23 19:43:33 +01:00
2023-07-30 18:15:53 +02:00
2021-02-06 15:48:11 +01:00
2023-10-18 10:01:33 +02:00
2023-12-15 17:02:15 +01:00
2022-09-12 15:23:11 +03:00
2023-03-15 14:59:31 +10:00