summaryrefslogtreecommitdiffstats
path: root/package/powertop
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:24 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:30 +0200
commit7a03caaa1364e661df1f3249379d3ce8bf2f4fac (patch)
tree70383d70832986300ab23f9433836639dae8f0df /package/powertop
parent32ab0ff5a9caec7f2a91cbcb36383e6d0687c972 (diff)
downloadbuildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.tar.gz
buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.zip
package: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/powertop')
-rw-r--r--package/powertop/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/powertop/Config.in b/package/powertop/Config.in
index 714b16295a..0f323a7bfb 100644
--- a/package/powertop/Config.in
+++ b/package/powertop/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_POWERTOP
bool "powertop"
- depends on !BR2_bfin # pciutils
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
depends on BR2_USE_WCHAR
@@ -14,6 +13,5 @@ config BR2_PACKAGE_POWERTOP
https://01.org/powertop/
comment "powertop needs a toolchain w/ C++, threads, wchar"
- depends on !BR2_bfin
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_USE_WCHAR
OpenPOWER on IntegriCloud