UPSTREAM: 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.

Change-Id: Ia60682a7eb9c3379e6e257b07e799b06e304c95f
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 610eec7f0593574c034054ba54fc1c934755e208)
This commit is contained in:
Sam Protsenko 2017-09-28 12:33:45 -07:00 committed by Kever Yang
parent ee3413194e
commit 70c6966892
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