On 10/16/2020 10:29 AM, GitLab Bridge on behalf of jeremycline wrote:
> From: Fedora Kernel Team <[email protected]>
>
> Hi,
>
> As part of the ongoing rebase effort, the following configuration
> options need to be reviewed.
>
> As a reminder, the ARK configuration flow involves moving unreviewed
> configuration options from the pending directory to the ark directory.
> In the diff below, options are removed from the pending directory and
> added to the ark hierarchy. The final options that need to be ACKed
> are the files that are being added to the ark hierarchy.
>
> If the value for a file that is added should be changed, please reply
> with a better option.
>
>  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_SL28CPLD:
>
>  Say yes here to enable support for the Kontron sl28cpld board
>  management controller.
>
>  It can be found on the following boards:
>        * SMARC-sAL28
>
>  Symbol: MFD_SL28CPLD [=n]
>  Type  : tristate
>  Defined at drivers/mfd/Kconfig:1189
>    Prompt: Kontron sl28cpld Board Management Controller
>    Depends on: HAS_IOMEM [=y] && I2C [=y]
>    Location:
>      -> Device Drivers
>        -> Multifunction device drivers
>  Selects: MFD_SIMPLE_MFD_I2C [=n]
>
> ---
>
> Cc: Torez Smith <[email protected]>
> Cc: David Arcari <[email protected]>
> Cc: Tony Camuso <[email protected]>
> Signed-off-by: Fedora Kernel Team <[email protected]>
> ---
>  .../common/generic/CONFIG_MFD_INTEL_M10_BMC   |  1 +
>  .../common/generic/CONFIG_MFD_SL28CPLD        |  1 +
>  .../generic/CONFIG_MFD_INTEL_M10_BMC          | 22 -------------------
>  .../generic/CONFIG_MFD_SL28CPLD               | 21 ------------------
>  4 files changed, 2 insertions(+), 43 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_MFD_INTEL_M10_BMC
>  create mode 100644 redhat/configs/common/generic/CONFIG_MFD_SL28CPLD
>  delete mode 100644 
> redhat/configs/pending-common/generic/CONFIG_MFD_INTEL_M10_BMC
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MFD_SL28CPLD
>
> diff --git a/redhat/configs/common/generic/CONFIG_MFD_INTEL_M10_BMC 
> b/redhat/configs/common/generic/CONFIG_MFD_INTEL_M10_BMC
> new file mode 100644
> index 000000000000..6b75715a431e
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_MFD_INTEL_M10_BMC
> @@ -0,0 +1 @@
> +# CONFIG_MFD_INTEL_M10_BMC is not set
> diff --git a/redhat/configs/common/generic/CONFIG_MFD_SL28CPLD 
> b/redhat/configs/common/generic/CONFIG_MFD_SL28CPLD
> new file mode 100644
> index 000000000000..b65f30c09c02
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_MFD_SL28CPLD
> @@ -0,0 +1 @@
> +# CONFIG_MFD_SL28CPLD is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_MFD_INTEL_M10_BMC 
> b/redhat/configs/pending-common/generic/CONFIG_MFD_INTEL_M10_BMC
> deleted file mode 100644
> index f38da74c6fc7..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_MFD_INTEL_M10_BMC
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -# 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 is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_MFD_SL28CPLD 
> b/redhat/configs/pending-common/generic/CONFIG_MFD_SL28CPLD
> deleted file mode 100644
> index 78b3a4d3da71..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_MFD_SL28CPLD
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -# CONFIG_MFD_SL28CPLD:
> -# 
> -# Say yes here to enable support for the Kontron sl28cpld board
> -# management controller.
> -# 
> -# It can be found on the following boards:
> -#       * SMARC-sAL28
> -# 
> -# Symbol: MFD_SL28CPLD [=n]
> -# Type  : tristate
> -# Defined at drivers/mfd/Kconfig:1189
> -#   Prompt: Kontron sl28cpld Board Management Controller
> -#   Depends on: HAS_IOMEM [=y] && I2C [=y]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Multifunction device drivers
> -# Selects: MFD_SIMPLE_MFD_I2C [=n]
> -# 
> -# 
> -# 
> -# CONFIG_MFD_SL28CPLD is not set
Acked-by: Torez Smith  <[email protected]>

-- 

Torez Smith
[email protected]
1-972-707-6413
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to