From: Peter Robinson <pbrobinson@xxxxxxxxxx> Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxxx> --- .../fedora/generic/CONFIG_MFD_HI6421_SPMI | 23 ------------------- .../fedora/generic/CONFIG_PHY_HI3670_USB | 19 --------------- .../fedora/generic/CONFIG_SPMI_HISI3670 | 18 --------------- .../arm/aarch64/CONFIG_MFD_HI6421_SPMI | 1 + .../generic/arm/aarch64/CONFIG_PHY_HI3670_USB | 1 + .../arm/aarch64/CONFIG_REGULATOR_HI6421V600 | 1 + .../generic/arm/aarch64/CONFIG_SPMI_HISI3670 | 1 + 7 files changed, 4 insertions(+), 60 deletions(-) delete mode 100644 redhat/configs/fedora/generic/CONFIG_PHY_HI3670_USB create mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_MFD_HI6421_SPMI create mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_HI3670_USB create mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_REGULATOR_HI6421V600 create mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_SPMI_HISI3670 diff --git a/redhat/configs/fedora/generic/CONFIG_MFD_HI6421_SPMI b/redhat/configs/fedora/generic/CONFIG_MFD_HI6421_SPMI index b3aaa71a977c..4ba73eb18430 100644 --- a/redhat/configs/fedora/generic/CONFIG_MFD_HI6421_SPMI +++ b/redhat/configs/fedora/generic/CONFIG_MFD_HI6421_SPMI @@ -1,24 +1 @@ -# CONFIG_MFD_HI6421_SPMI: -# -# Add support for HiSilicon Hi6421v600 SPMI PMIC. Hi6421 includes -# multi-functions, such as regulators, RTC, codec, Coulomb counter, -# etc. -# -# This driver includes core APIs _only_. You have to select -# individual components like voltage regulators under corresponding -# menus in order to enable them. -# We communicate with the Hi6421v600 via a SPMI bus. -# -# Symbol: MFD_HI6421_SPMI [=n] -# Type : tristate -# Defined at drivers/staging/hikey9xx/Kconfig:26 -# Prompt: HiSilicon Hi6421v600 SPMI PMU/Codec IC -# Depends on: STAGING [=y] && OF [=y] && SPMI [=m] -# Location: -# -> Device Drivers -# -> Staging drivers (STAGING [=y]) -# Selects: MFD_CORE [=y] -# -# -# # CONFIG_MFD_HI6421_SPMI is not set diff --git a/redhat/configs/fedora/generic/CONFIG_PHY_HI3670_USB b/redhat/configs/fedora/generic/CONFIG_PHY_HI3670_USB deleted file mode 100644 index 82919ca59c18..000000000000 --- a/redhat/configs/fedora/generic/CONFIG_PHY_HI3670_USB +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_PHY_HI3670_USB: -# -# Enable this to support the HISILICON HI3670 USB PHY. -# -# To compile this driver as a module, choose M here. -# -# Symbol: PHY_HI3670_USB [=n] -# Type : tristate -# Defined at drivers/staging/hikey9xx/Kconfig:4 -# Prompt: hi3670 USB PHY support -# Depends on: STAGING [=y] && (ARCH_HISI [=y] && ARM64 [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> Staging drivers (STAGING [=y]) -# Selects: GENERIC_PHY [=y] && MFD_SYSCON [=y] -# -# -# -# CONFIG_PHY_HI3670_USB is not set diff --git a/redhat/configs/fedora/generic/CONFIG_SPMI_HISI3670 b/redhat/configs/fedora/generic/CONFIG_SPMI_HISI3670 index 1c0ab655ff61..e8df355a9058 100644 --- a/redhat/configs/fedora/generic/CONFIG_SPMI_HISI3670 +++ b/redhat/configs/fedora/generic/CONFIG_SPMI_HISI3670 @@ -1,19 +1 @@ -# CONFIG_SPMI_HISI3670: -# -# If you say yes to this option, support will be included for the -# built-in SPMI PMIC Arbiter interface on Hisilicon 3670 -# processors. -# -# Symbol: SPMI_HISI3670 [=n] -# Type : tristate -# Defined at drivers/staging/hikey9xx/Kconfig:15 -# Prompt: Hisilicon 3670 SPMI Controller -# Depends on: STAGING [=y] && HAS_IOMEM [=y] && SPMI [=m] -# Location: -# -> Device Drivers -# -> Staging drivers (STAGING [=y]) -# Selects: IRQ_DOMAIN_HIERARCHY [=y] -# -# -# # CONFIG_SPMI_HISI3670 is not set diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MFD_HI6421_SPMI b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MFD_HI6421_SPMI new file mode 100644 index 000000000000..4d11e004dfa8 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MFD_HI6421_SPMI @@ -0,0 +1 @@ +CONFIG_MFD_HI6421_SPMI=m diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_HI3670_USB b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_HI3670_USB new file mode 100644 index 000000000000..a4164fd64c5c --- /dev/null +++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_HI3670_USB @@ -0,0 +1 @@ +CONFIG_PHY_HI3670_USB=m diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_REGULATOR_HI6421V600 b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_REGULATOR_HI6421V600 new file mode 100644 index 000000000000..8db61e5f96b1 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_REGULATOR_HI6421V600 @@ -0,0 +1 @@ +CONFIG_REGULATOR_HI6421V600=m diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SPMI_HISI3670 b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SPMI_HISI3670 new file mode 100644 index 000000000000..6121eb39954c --- /dev/null +++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SPMI_HISI3670 @@ -0,0 +1 @@ +CONFIG_SPMI_HISI3670=m -- GitLab _______________________________________________ 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