Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-133916

[redhat] New configs in drivers/devfreq

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • eln
    • None
    • kernel / automotive
    • None
    • rhivos-pdr-kernel
    • None
    • False
    • Hide

      None

      Show
      None
    • None

      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.

      ~~~
      Symbol: DEVFREQ_GOV_PASSIVE [=n]
      Type : tristate
      Defined at drivers/devfreq/Kconfig:68
      Prompt: Passive
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> Passive (DEVFREQ_GOV_PASSIVE [=n])
      Selected by [n]:

      • ARM_EXYNOS_BUS_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_EXYNOS [=n] || COMPILE_TEST [=n])
      • ARM_MEDIATEK_CCI_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARM_MEDIATEK_CPUFREQ [=n] || COMPILE_TEST [=n])

      ~~~
      Commit: 996133119f57 (PM / devfreq: Add new passive governor)

      ~~~
      Symbol: DEVFREQ_GOV_PERFORMANCE [=n]
      Type : tristate
      Defined at drivers/devfreq/Kconfig:43
      Prompt: Performance
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> Performance (DEVFREQ_GOV_PERFORMANCE [=n])
      Selected by [n]:

      • ARM_HISI_UNCORE_DEVFREQ [=n] && PM_DEVFREQ [=y] && ACPI [=y] && ACPI_PPTT [=y] && PCC [=y]

      ~~~
      Commit: ce26c5bb9569 (PM / devfreq: Add basic governors)

      ~~~
      Symbol: DEVFREQ_GOV_POWERSAVE [=n]
      Type : tristate
      Defined at drivers/devfreq/Kconfig:51
      Prompt: Powersave
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> Powersave (DEVFREQ_GOV_POWERSAVE [=n])

      ~~~
      Commit: ce26c5bb9569 (PM / devfreq: Add basic governors)

      ~~~
      Symbol: DEVFREQ_GOV_SIMPLE_ONDEMAND [=n]
      Type : tristate
      Defined at drivers/devfreq/Kconfig:34
      Prompt: Simple Ondemand
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> Simple Ondemand (DEVFREQ_GOV_SIMPLE_ONDEMAND [=n])
      Selected by [n]:

      • SCSI_UFSHCD [=n] && SCSI [=y] && SCSI_DMA [=y]
      • DRM_LIMA [=n] && HAS_IOMEM [=y] && DRM [=y] && (ARM || ARM64 [=y] || COMPILE_TEST [=n]) && MMU [=y] && COMMON_CLK [=y] && OF [=y]
      • DRM_PANFROST [=n] && HAS_IOMEM [=y] && DRM [=y] && (ARM || ARM64 [=y] || COMPILE_TEST [=n]) && !GENERIC_ATOMIC64 [=n] && MMU [=y]
      • DRM_PANTHOR [=n] && HAS_IOMEM [=y] && DRM [=y] && (ARM || ARM64 [=y] || COMPILE_TEST [=n]) && !GENERIC_ATOMIC64 [=n] && MMU [=y]
      • ARM_EXYNOS_BUS_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_EXYNOS [=n] || COMPILE_TEST [=n])
      • ARM_RK3399_DMC_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_ROCKCHIP [=n] && HAVE_ARM_SMCCC [=y] || COMPILE_TEST [=n] && HAVE_ARM_SMCCC [=y])
      • ARM_SUN8I_A33_MBUS_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_SUNXI [=n] || COMPILE_TEST [=n]) && COMMON_CLK [=y]
      • TEGRA20_EMC [=n] && MEMORY [=y] && TEGRA_MC [=y] && (ARCH_TEGRA_2x_SOC [=n] || COMPILE_TEST [=n])

      ~~~
      Commit: ce26c5bb9569 (PM / devfreq: Add basic governors)

      ~~~
      Symbol: DEVFREQ_GOV_USERSPACE [=m]
      Type : tristate
      Defined at drivers/devfreq/Kconfig:59
      Prompt: Userspace
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> Userspace (DEVFREQ_GOV_USERSPACE [=m])
      Selected by [m]:

      • ARM_IMX_BUS_DEVFREQ [=m] && PM_DEVFREQ [=y] && (ARCH_MXC [=y] || COMPILE_TEST [=n])
      • ARM_IMX8M_DDRC_DEVFREQ [=m] && PM_DEVFREQ [=y] && (ARCH_MXC [=y] && HAVE_ARM_SMCCC [=y] || COMPILE_TEST [=n] && HAVE_ARM_SMCCC [=y])
        Selected by [n]:
      • ARM_HISI_UNCORE_DEVFREQ [=n] && PM_DEVFREQ [=y] && ACPI [=y] && ACPI_PPTT [=y] && PCC [=y]

      ~~~
      Commit: ce26c5bb9569 (PM / devfreq: Add basic governors)

      ~~~
      Symbol: PM_DEVFREQ_EVENT [=n]
      Type : bool
      Defined at drivers/devfreq/event/Kconfig:2
      Prompt: DEVFREQ-Event device Support
      Depends on: PM_DEVFREQ [=y]
      Location:
      -> Device Drivers
      -> Generic Dynamic Voltage and Frequency Scaling (DVFS) support (PM_DEVFREQ [=y])
      -> DEVFREQ-Event device Support (PM_DEVFREQ_EVENT [=n])
      Selected by [n]:

      • ARM_EXYNOS_BUS_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_EXYNOS [=n] || COMPILE_TEST [=n])
      • ARM_RK3399_DMC_DEVFREQ [=n] && PM_DEVFREQ [=y] && (ARCH_ROCKCHIP [=n] && HAVE_ARM_SMCCC [=y] || COMPILE_TEST [=n] && HAVE_ARM_SMCCC [=y])

      ~~~
      Commit: f262f28c1470 (PM / devfreq: event: Add devfreq_event class)

      See Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4251

              fdarocha@redhat.com Francisco da Rocha
              gitlab-jira Gitlab-jira-bot Gitlab-redhat
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: