From 945d9a14097f51428b8f1711b2c3845ff820a7d1 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 27 Sep 2019 08:06:24 +0200 Subject: commands: ubsan: remove redundant depends the config is already in an if COMMAND_SUPPORT clause, so no need to depend on it as well. Remove the redundancy. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- commands/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Kconfig b/commands/Kconfig index e03110fd46..6847a55e61 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -2144,7 +2144,7 @@ config CMD_SEED config CMD_UBSAN tristate "ubsan" - depends on UBSAN && COMMAND_SUPPORT + depends on UBSAN help This is a test command for the undefined behavior sanitizer. It triggers various undefined behavior, and detect it. -- cgit v1.2.3