From 3fd181bdccc270f5af6642f332ed07170dfe3ed7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 22 Apr 2019 09:34:24 +0200 Subject: [PATCH] package/linux-tools: fix kconfig coding style Fix coding style introduced in d5edfa6eef (package/linux-tools/perf: add dependency on 32-bit sync builtins). Signed-off-by: "Yann E. MORIN" Cc: Alexey Brodkin Signed-off-by: Thomas Petazzoni --- package/linux-tools/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in index 90b4825fee..1c660f76f5 100644 --- a/package/linux-tools/Config.in +++ b/package/linux-tools/Config.in @@ -45,8 +45,8 @@ config BR2_PACKAGE_LINUX_TOOLS_PCI config BR2_PACKAGE_LINUX_TOOLS_PERF bool "perf" - select BR2_PACKAGE_LINUX_TOOLS depends on BR2_TOOLCHAIN_HAS_SYNC_4 + select BR2_PACKAGE_LINUX_TOOLS help perf (sometimes "Perf Events" or perf tools, originally "Performance Counters for Linux") - is a performance -- 2.30.2