From 725726b13b3722cceb2fe2057685a8b3ca998a5e Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Thu, 31 Mar 2016 15:37:32 +0200 Subject: linux/cfg: remove prefix from config fragments Renamed kernel config fragments and provide them with prefix-free file names. Since prefixes are removed, README and associated script were also removed. References were updated within affected files. Signed-off-by: Stefan Sicleru Signed-off-by: Adrian Calianu --- recipes-kernel/linux/files/cfg/powertop.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/linux/files/cfg/powertop.cfg (limited to 'recipes-kernel/linux/files/cfg/powertop.cfg') diff --git a/recipes-kernel/linux/files/cfg/powertop.cfg b/recipes-kernel/linux/files/cfg/powertop.cfg new file mode 100644 index 0000000..655c101 --- /dev/null +++ b/recipes-kernel/linux/files/cfg/powertop.cfg @@ -0,0 +1,13 @@ +CONFIG_EXPERT=y +CONFIG_PROC_FS=y +CONFIG_DEBUG_FS=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_HPET_TIMER=y +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_TIMER_STATS=y +CONFIG_PERF_EVENTS=y +CONFIG_TRACEPOINTS=y +CONFIG_TRACING=y +CONFIG_X86_MSR=y -- cgit v1.2.3-54-g00ecf