diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-07-14 19:35:13 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-14 23:22:58 +0200 |
commit | f1863ede94c29e120d7ce900f7cce211f1e8633a (patch) | |
tree | f6054610bd5d592de1f8d1ec765cd030bd62b0da /linux/Config.in | |
parent | f3a23945a283422ce07b3ca4df5398911c77b3a2 (diff) | |
download | buildroot-f1863ede94c29e120d7ce900f7cce211f1e8633a.tar.gz buildroot-f1863ede94c29e120d7ce900f7cce211f1e8633a.zip |
linux-tools: add cpupower
This patch is based on the patch send by James Knight:
http://lists.busybox.net/pipermail/buildroot/2015-May/128754.html
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Cc: James Knight <james.knight@rockwellcollins.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 8c86a1ae7e..097cde5469 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -364,6 +364,9 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET # Linux extensions source "linux/Config.ext.in" +# Linux tools +source "linux/Config.tools.in" + endif # BR2_LINUX_KERNEL endmenu |