From: Peter Robinson <pbrobinson@xxxxxxxxxx> Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxxx> --- .../fedora/generic/arm/CONFIG_MMC_DW_EXYNOS | 2 +- .../fedora/generic/arm/CONFIG_PHY_SAMSUNG_UFS | 20 ---------------- .../fedora/generic/arm/CONFIG_SCSI_UFS_EXYNOS | 24 +------------------ .../generic/arm/armv7/CONFIG_CEC_SAMSUNG_S5P | 21 +--------------- .../generic/arm/armv7/CONFIG_EXYNOS_CLKOUT | 1 + .../arm/armv7/CONFIG_INTERCONNECT_EXYNOS | 1 + .../arm/armv7/CONFIG_INTERCONNECT_SAMSUNG | 1 + .../generic/arm/armv7/CONFIG_PCI_EXYNOS | 1 + .../generic/CONFIG_EXYNOS_CLKOUT | 20 ---------------- .../generic/CONFIG_INTERCONNECT_SAMSUNG | 16 ------------- .../pending-fedora/generic/CONFIG_PCI_EXYNOS | 22 ----------------- 11 files changed, 7 insertions(+), 122 deletions(-) create mode 100644 redhat/configs/fedora/generic/arm/armv7/CONFIG_EXYNOS_CLKOUT create mode 100644 redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_EXYNOS create mode 100644 redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_SAMSUNG create mode 100644 redhat/configs/fedora/generic/arm/armv7/CONFIG_PCI_EXYNOS delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_EXYNOS_CLKOUT delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_INTERCONNECT_SAMSUNG delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_PCI_EXYNOS diff --git a/redhat/configs/fedora/generic/arm/CONFIG_MMC_DW_EXYNOS b/redhat/configs/fedora/generic/arm/CONFIG_MMC_DW_EXYNOS index 36913703dae6..232be4c10715 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_MMC_DW_EXYNOS +++ b/redhat/configs/fedora/generic/arm/CONFIG_MMC_DW_EXYNOS @@ -1 +1 @@ -# CONFIG_MMC_DW_EXYNOS is not set +CONFIG_MMC_DW_EXYNOS=m diff --git a/redhat/configs/fedora/generic/arm/CONFIG_PHY_SAMSUNG_UFS b/redhat/configs/fedora/generic/arm/CONFIG_PHY_SAMSUNG_UFS index a75a01efbb1a..d838243bd0af 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_PHY_SAMSUNG_UFS +++ b/redhat/configs/fedora/generic/arm/CONFIG_PHY_SAMSUNG_UFS @@ -1,21 +1 @@ -# CONFIG_PHY_SAMSUNG_UFS: -# -# Enable this to support the Samsung UFS PHY driver for -# Samsung SoCs. This driver provides the interface for UFS -# host controller to do PHY related programming. -# -# Symbol: PHY_SAMSUNG_UFS [=n] -# Type : tristate -# Defined at drivers/phy/samsung/Kconfig:32 -# Prompt: SAMSUNG SoC series UFS PHY driver -# Depends on: OF [=y] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> PHY Subsystem -# Selects: GENERIC_PHY [=y] -# Selected by [n]: -# - SCSI_UFS_EXYNOS [=n] && SCSI_LOWLEVEL [=y] && SCSI [=y] && SCSI_UFSHCD_PLATFORM [=m] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) -# -# -# CONFIG_PHY_SAMSUNG_UFS=m diff --git a/redhat/configs/fedora/generic/arm/CONFIG_SCSI_UFS_EXYNOS b/redhat/configs/fedora/generic/arm/CONFIG_SCSI_UFS_EXYNOS index d87acf266e95..aaceb25ba21f 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_SCSI_UFS_EXYNOS +++ b/redhat/configs/fedora/generic/arm/CONFIG_SCSI_UFS_EXYNOS @@ -1,23 +1 @@ -# CONFIG_SCSI_UFS_EXYNOS: -# -# This selects the EXYNOS specific additions to UFSHCD platform driver. -# UFS host on EXYNOS includes HCI and UNIPRO layer, and associates with -# UFS-PHY driver. -# -# Select this if you have UFS host controller on EXYNOS chipset. -# If unsure, say N. -# -# Symbol: SCSI_UFS_EXYNOS [=n] -# Type : tristate -# Defined at drivers/scsi/ufs/Kconfig:165 -# Prompt: EXYNOS specific hooks to UFS controller platform driver -# Depends on: SCSI_LOWLEVEL [=y] && SCSI [=y] && SCSI_UFSHCD_PLATFORM [=m] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> SCSI device support -# -> SCSI low-level drivers (SCSI_LOWLEVEL [=y]) -# Selects: PHY_SAMSUNG_UFS [=n] -# -# -# -# CONFIG_SCSI_UFS_EXYNOS is not set +CONFIG_SCSI_UFS_EXYNOS=m diff --git a/redhat/configs/fedora/generic/arm/armv7/CONFIG_CEC_SAMSUNG_S5P b/redhat/configs/fedora/generic/arm/armv7/CONFIG_CEC_SAMSUNG_S5P index b01cb9bfdddc..a21f68bef1b7 100644 --- a/redhat/configs/fedora/generic/arm/armv7/CONFIG_CEC_SAMSUNG_S5P +++ b/redhat/configs/fedora/generic/arm/armv7/CONFIG_CEC_SAMSUNG_S5P @@ -1,20 +1 @@ -# CONFIG_CEC_SAMSUNG_S5P: -# -# This is a driver for Samsung S5P HDMI CEC interface. It uses the -# generic CEC framework interface. -# CEC bus is present in the HDMI connector and enables communication -# between compatible devices. -# -# Symbol: CEC_SAMSUNG_S5P [=n] -# Type : tristate -# Defined at drivers/media/cec/platform/Kconfig:55 -# Prompt: Samsung S5P CEC driver -# Depends on: MEDIA_CEC_SUPPORT [=y] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y]) -# Selects: CEC_CORE [=m] && CEC_NOTIFIER [=y] -# -# -# -# CONFIG_CEC_SAMSUNG_S5P is not set +CONFIG_CEC_SAMSUNG_S5P=m diff --git a/redhat/configs/fedora/generic/arm/armv7/CONFIG_EXYNOS_CLKOUT b/redhat/configs/fedora/generic/arm/armv7/CONFIG_EXYNOS_CLKOUT new file mode 100644 index 000000000000..6f6b57fd99a1 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/armv7/CONFIG_EXYNOS_CLKOUT @@ -0,0 +1 @@ +CONFIG_EXYNOS_CLKOUT=y diff --git a/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_EXYNOS b/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_EXYNOS new file mode 100644 index 000000000000..16a53c440f09 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_EXYNOS @@ -0,0 +1 @@ +CONFIG_INTERCONNECT_EXYNOS=y diff --git a/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_SAMSUNG b/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_SAMSUNG new file mode 100644 index 000000000000..7c7fc34e2d3f --- /dev/null +++ b/redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_SAMSUNG @@ -0,0 +1 @@ +CONFIG_INTERCONNECT_SAMSUNG=y diff --git a/redhat/configs/fedora/generic/arm/armv7/CONFIG_PCI_EXYNOS b/redhat/configs/fedora/generic/arm/armv7/CONFIG_PCI_EXYNOS new file mode 100644 index 000000000000..daeaf6ded752 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/armv7/CONFIG_PCI_EXYNOS @@ -0,0 +1 @@ +# CONFIG_PCI_EXYNOS is not set diff --git a/redhat/configs/pending-fedora/generic/CONFIG_EXYNOS_CLKOUT b/redhat/configs/pending-fedora/generic/CONFIG_EXYNOS_CLKOUT deleted file mode 100644 index 0ec0fadd337e..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_EXYNOS_CLKOUT +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_EXYNOS_CLKOUT: -# -# Support for the clock output (XCLKOUT) present on some of Exynos SoC -# variants. Usually the XCLKOUT is used to monitor the status of the -# certains clocks from SoC, but it could also be tied to other devices -# as an input clock. -# -# Symbol: EXYNOS_CLKOUT [=y] -# Type : tristate -# Defined at drivers/clk/samsung/Kconfig:22 -# Prompt: Samsung Exynos clock output driver -# Depends on: COMMON_CLK [=y] && COMMON_CLK_SAMSUNG [=y] -# Location: -# -> Device Drivers -# -> Common Clock Framework (COMMON_CLK [=y]) -# -> Samsung Exynos clock controller support (COMMON_CLK_SAMSUNG [=y]) -# -# -# -CONFIG_EXYNOS_CLKOUT=y diff --git a/redhat/configs/pending-fedora/generic/CONFIG_INTERCONNECT_SAMSUNG b/redhat/configs/pending-fedora/generic/CONFIG_INTERCONNECT_SAMSUNG deleted file mode 100644 index 3f237a700706..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_INTERCONNECT_SAMSUNG +++ /dev/null @@ -1,16 +0,0 @@ -# CONFIG_INTERCONNECT_SAMSUNG: -# -# Interconnect drivers for Samsung SoCs. -# -# Symbol: INTERCONNECT_SAMSUNG [=n] -# Type : bool -# Defined at drivers/interconnect/samsung/Kconfig:2 -# Prompt: Samsung SoC interconnect drivers -# Depends on: INTERCONNECT [=y] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) -# Location: -# -> Device Drivers -# -> On-Chip Interconnect management support (INTERCONNECT [=y]) -# -# -# -# CONFIG_INTERCONNECT_SAMSUNG is not set diff --git a/redhat/configs/pending-fedora/generic/CONFIG_PCI_EXYNOS b/redhat/configs/pending-fedora/generic/CONFIG_PCI_EXYNOS deleted file mode 100644 index aa2181b665c1..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_PCI_EXYNOS +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_PCI_EXYNOS: -# -# Enables support for the PCIe controller in the Samsung Exynos SoCs -# to work in host mode. The PCI controller is based on the DesignWare -# hardware and therefore the driver re-uses the DesignWare core -# functions to implement the driver. -# -# Symbol: PCI_EXYNOS [=n] -# Type : tristate -# Defined at drivers/pci/controller/dwc/Kconfig:85 -# Prompt: Samsung Exynos PCIe controller -# Depends on: PCI [=y] && (ARCH_EXYNOS [=y] || COMPILE_TEST [=n]) && PCI_MSI_IRQ_DOMAIN [=y] -# Location: -# -> Device Drivers -# -> PCI support (PCI [=y]) -# -> PCI controller drivers -# -> DesignWare PCI Core Support -# Selects: PCIE_DW_HOST [=y] -# -# -# -# CONFIG_PCI_EXYNOS is not set -- 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