realtek: enable basic config for cpufreq framework
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Thu, 25 Aug 2022 06:23:02 +0000 (08:23 +0200)
committerSander Vanheule <sander@svanheule.net>
Sun, 28 Aug 2022 09:45:03 +0000 (11:45 +0200)
commit5df36d484968decd250dfa0793499641b1f7b4b6
tree26e8b113e300ec07eb2e90c1d4bfa967d9c848cf
parent800d5fb3c6a16661932c932bacd660e38d06b727
realtek: enable basic config for cpufreq framework

A new clock driver makes more sense if it can be used from consumers
like cpufreq.  Before we enable the driver we must tell the config that
the RTL838X and RTL839X targets allow CPU frequency changing.

Even though these targets currently rely on the CPU's internal R4K
timer, MIPS_EXTERNAL_TIMER is selected to allow for CPU frequency change
testing. The Realtek timers, which are clocked by the Lexra bus, still
need to be supported and used in order to provide correct wall times
when reclocking the CPU.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
[add paragraph about MIPS_EXTERNAL_TIMER to commit message]
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch