RobertCNelson / ti-linux-kernel-dev

vendor bsp...
MIT License
87 stars 76 forks source link

CONFIG_CPU_FREQ should be disabled for Xenomai #9

Closed giuliomoro closed 7 years ago

giuliomoro commented 7 years ago

CONFIG_CPU_FREQ should be disabled for Xenomai, as reported, e.g.: here ... but it is enabled in defconfig in the xenomai-4.4 branch

Note that when you exit menuconfig you get a warning reminding you that CONFIG_CPU_FREQ should be disabled.

RobertCNelson commented 7 years ago

@giuliomoro i thought about that, since the v4.4.x branch shares with the beagle_x15, i didn't want to run into thermal issues on that board. With the default governor of "performance" and as long as the user doesn't have cpufreq installed, it should be running at the full 1Ghz..

Regards,

giuliomoro commented 7 years ago

Ok great thanks