Skip to content

CPUFREQ is incorrectly mandatory for IMX6 #21

Closed
@fira

Description

@fira

I'm using an IMX6 with Xenomai, and using CPUFREQ together with Xenomai is majorly discouraged as it can cause a number of problems. I attempted to disable it to be met with this during configure:

warning: (SOC_IMX6) selects ARM_IMX6Q_CPUFREQ which has unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ && ARM && ARCH_MXC && REGULATOR_ANATOP)

And eventually a build failure as some part of the code was using a CPUFREQ specific constant regardless of it being enabled or not. Surrounding it with #ifdef solved it -- and doesn't seem to cause any other problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions