Re: [OS-BUILD PATCH] [redhat] New configs in drivers/misc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2020-10-16 at 15:29 +0000, GitLab Bridge on behalf of
jeremycline wrote:
> From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> 
> 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_HISI_HIKEY_USB:
> 
>  If you say yes here this adds support for the on-board USB GPIO hub
>  found on HiKey 960/970 boards, which is necessary to support
>  switching between the dual-role USB-C port and the USB-A host ports
>  using only one USB controller.
> 
>  Symbol: HISI_HIKEY_USB [=n]
>  Type  : tristate
>  Defined at drivers/misc/Kconfig:459
>    Prompt: USB GPIO Hub on HiSilicon Hikey 960/970 Platform
>    Depends on: (OF [=y] && GPIOLIB [=y] || COMPILE_TEST [=n]) &&
> USB_ROLE_SWITCH [=m]
>    Location:
>      -> Device Drivers
>        -> Misc devices
> 
> ---
> 
>  CONFIG_INTEL_MEI_VIRTIO:
> 
>  This module implements mei hw emulation over virtio transport.
>  The module will be called mei_virtio.
>  Enable this if your virtual machine supports virtual mei
>  device over virtio.
> 
>  Symbol: INTEL_MEI_VIRTIO [=n]
>  Type  : tristate
>  Defined at drivers/misc/mei/Kconfig:49
>    Prompt: Intel MEI interface emulation with virtio framework
>    Depends on: X86 [=y] && PCI [=y] && VIRTIO_PCI [=y]
>    Location:
>      -> Device Drivers
>        -> Misc devices
>  Selects: INTEL_MEI [=m]
> 
> ---
> 
> Cc: John Linville <linville@xxxxxxxxxx>
> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> ---
>  .../common/generic/CONFIG_HISI_HIKEY_USB      |  1 +
>  .../common/generic/CONFIG_INTEL_MEI_VIRTIO    |  1 +
>  .../generic/CONFIG_HISI_HIKEY_USB             | 19 ---------------
> ---
>  .../generic/CONFIG_INTEL_MEI_VIRTIO           | 20 ---------------
> ----
>  4 files changed, 2 insertions(+), 39 deletions(-)
>  create mode 100644
> redhat/configs/common/generic/CONFIG_HISI_HIKEY_USB
>  create mode 100644
> redhat/configs/common/generic/CONFIG_INTEL_MEI_VIRTIO
>  delete mode 100644 redhat/configs/pending-
> common/generic/CONFIG_HISI_HIKEY_USB
>  delete mode 100644 redhat/configs/pending-
> common/generic/CONFIG_INTEL_MEI_VIRTIO
> 
> diff --git a/redhat/configs/common/generic/CONFIG_HISI_HIKEY_USB
> b/redhat/configs/common/generic/CONFIG_HISI_HIKEY_USB
> new file mode 100644
> index 000000000000..9e6126e97046
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_HISI_HIKEY_USB
> @@ -0,0 +1 @@
> +# CONFIG_HISI_HIKEY_USB is not set
> diff --git a/redhat/configs/common/generic/CONFIG_INTEL_MEI_VIRTIO
> b/redhat/configs/common/generic/CONFIG_INTEL_MEI_VIRTIO
> new file mode 100644
> index 000000000000..432601d4e875
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_INTEL_MEI_VIRTIO
> @@ -0,0 +1 @@
> +# CONFIG_INTEL_MEI_VIRTIO is not set
> diff --git a/redhat/configs/pending-
> common/generic/CONFIG_HISI_HIKEY_USB b/redhat/configs/pending-
> common/generic/CONFIG_HISI_HIKEY_USB
> deleted file mode 100644
> index f7df5e0f5769..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_HISI_HIKEY_USB
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# CONFIG_HISI_HIKEY_USB:
> -# 
> -# If you say yes here this adds support for the on-board USB GPIO
> hub
> -# found on HiKey 960/970 boards, which is necessary to support
> -# switching between the dual-role USB-C port and the USB-A host
> ports
> -# using only one USB controller.
> -# 
> -# Symbol: HISI_HIKEY_USB [=n]
> -# Type  : tristate
> -# Defined at drivers/misc/Kconfig:459
> -#   Prompt: USB GPIO Hub on HiSilicon Hikey 960/970 Platform
> -#   Depends on: (OF [=y] && GPIOLIB [=y] || COMPILE_TEST [=n]) &&
> USB_ROLE_SWITCH [=m]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Misc devices
> -# 
> -# 
> -# 
> -# CONFIG_HISI_HIKEY_USB is not set
> diff --git a/redhat/configs/pending-
> common/generic/CONFIG_INTEL_MEI_VIRTIO b/redhat/configs/pending-
> common/generic/CONFIG_INTEL_MEI_VIRTIO
> deleted file mode 100644
> index 9ea55f80b94d..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_INTEL_MEI_VIRTIO
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -# CONFIG_INTEL_MEI_VIRTIO:
> -# 
> -# This module implements mei hw emulation over virtio transport.
> -# The module will be called mei_virtio.
> -# Enable this if your virtual machine supports virtual mei
> -# device over virtio.
> -# 
> -# Symbol: INTEL_MEI_VIRTIO [=n]
> -# Type  : tristate
> -# Defined at drivers/misc/mei/Kconfig:49
> -#   Prompt: Intel MEI interface emulation with virtio framework
> -#   Depends on: X86 [=y] && PCI [=y] && VIRTIO_PCI [=y]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Misc devices
> -# Selects: INTEL_MEI [=m]
> -# 
> -# 
> -# 
> -# CONFIG_INTEL_MEI_VIRTIO is not set

Acked-by: John W. Linville <linville@xxxxxxxxxx>

-- 
John W. Linville        “The tester is therefore both an adversary...
linville@xxxxxxxxxx                and an assistant...” ― Fred Brooks
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux