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 <semen.protsenko@linaro.org>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Sam Protsenko 2017-09-28 12:33:45 -07:00 committed by Tom Rini
parent 9a212d7f55
commit 610eec7f05
3 changed files with 3 additions and 4 deletions

View File

@ -398,5 +398,3 @@ source "fs/Kconfig"
source "lib/Kconfig"
source "test/Kconfig"
source "scripts/Kconfig"

View File

@ -116,6 +116,9 @@ endmenu
source "cmd/fastboot/Kconfig"
config BUILD_BIN2C
bool
comment "Commands"
menu "Info commands"

View File

@ -1,2 +0,0 @@
config BUILD_BIN2C
bool