Hi, On Wed, Oct 15, 2014 at 03:23:32PM +0800, Kelvin Cheung wrote: > This patch adds cpufreq driver for Loongson1B which > is capable of changing the CPU frequency dynamically. > > Signed-off-by: Kelvin Cheung <keguang.zhang@xxxxxxxxx> [...] > obj-$(CONFIG_LOONGSON2_CPUFREQ) += loongson2_cpufreq.o > +obj-$(CONFIG_LOONGSON1_CPUFREQ) += ls1x-cpufreq.o Why it's called "ls1x-cpufreq" instead of "loongson1_cpufreq"? A.