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:
parent
ee3413194e
commit
70c6966892
2
Kconfig
2
Kconfig
|
|
@ -398,5 +398,3 @@ source "fs/Kconfig"
|
|||
source "lib/Kconfig"
|
||||
|
||||
source "test/Kconfig"
|
||||
|
||||
source "scripts/Kconfig"
|
||||
|
|
|
|||
|
|
@ -116,6 +116,9 @@ endmenu
|
|||
|
||||
source "cmd/fastboot/Kconfig"
|
||||
|
||||
config BUILD_BIN2C
|
||||
bool
|
||||
|
||||
comment "Commands"
|
||||
|
||||
menu "Info commands"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
config BUILD_BIN2C
|
||||
bool
|
||||
Loading…
Reference in New Issue