Remove a spurious menu in Config.in
This commit is contained in:
parent
c1f02f262e
commit
bc64795e63
1 changed files with 1 additions and 4 deletions
|
@ -457,9 +457,8 @@ depends on !BOOK_BLFS
|
||||||
# out. If you select 'n' here, the commented test instructions
|
# out. If you select 'n' here, the commented test instructions
|
||||||
# do not stop on test suite failures.
|
# do not stop on test suite failures.
|
||||||
|
|
||||||
menu "Test settings"
|
|
||||||
depends on CONFIG_TESTS
|
|
||||||
choice
|
choice
|
||||||
|
depends on CONFIG_TESTS
|
||||||
prompt "Tests level"
|
prompt "Tests level"
|
||||||
default TST_1
|
default TST_1
|
||||||
|
|
||||||
|
@ -480,8 +479,6 @@ depends on !BOOK_BLFS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endmenu # test settings
|
|
||||||
|
|
||||||
config TEST
|
config TEST
|
||||||
int
|
int
|
||||||
default "0" if !CONFIG_TESTS
|
default "0" if !CONFIG_TESTS
|
||||||
|
|
Reference in a new issue