From 14ee173c279442e3546682022e462844c70b0bc4 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 18 Dec 2020 13:19:08 -0600 Subject: Linux v5.10.1 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC (limited to 'configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC') diff --git a/configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC b/configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC new file mode 100644 index 000000000..13db9f09d --- /dev/null +++ b/configs/fedora/generic/CONFIG_MFD_INTEL_M10_BMC @@ -0,0 +1,22 @@ +# CONFIG_MFD_INTEL_M10_BMC: +# +# Support for the Intel MAX 10 board management controller using the +# SPI interface. +# +# This driver provides common support for accessing the device, +# additional drivers must be enabled in order to use the functionality +# of the device. +# +# Symbol: MFD_INTEL_M10_BMC [=n] +# Type : tristate +# Defined at drivers/mfd/Kconfig:2156 +# Prompt: Intel MAX 10 Board Management Controller +# Depends on: HAS_IOMEM [=y] && SPI_MASTER [=y] +# Location: +# -> Device Drivers +# -> Multifunction device drivers +# Selects: REGMAP_SPI_AVMM [=n] && MFD_CORE [=y] +# +# +# +CONFIG_MFD_INTEL_M10_BMC=m -- cgit