From 610eec7f0593574c034054ba54fc1c934755e208 Mon Sep 17 00:00:00 2001 From: Sam Protsenko Date: Thu, 28 Sep 2017 12:33:45 -0700 Subject: scripts: Move Kconfig contents to cmd/Kconfig On case-insensitive file systems we have collision between scripts/kconfig/ directory and scripts/Kconfig file. This patch moves scripts/Kcofnig contents to cmd/Kconfig to fix that. Signed-off-by: Sam Protsenko Acked-by: Masahiro Yamada --- cmd/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 28c91ca181..bc4f72679e 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -116,6 +116,9 @@ endmenu source "cmd/fastboot/Kconfig" +config BUILD_BIN2C + bool + comment "Commands" menu "Info commands" -- cgit v1.2.3