]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
kconfig: tests: remove randconfig test for choice in choice
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 24 Apr 2020 05:49:28 +0000 (14:49 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:30 +0000 (13:28 +0900)
commitb7546111a43a0fc75d9de4f7bce2104d6eb9d2b9
treeb2122b2d0f25cc84a84cb6d00c6b3cc01b43e09e
parent644a4b6cecc2ae3a8a840bb3606edd99af94e972
kconfig: tests: remove randconfig test for choice in choice

Nesting choice statements does not make any sense.

Commit df8df5e4bc37 ("usb: get rid of 'choice' for legacy gadget
drivers") got rid of the only usecase.

I will turn it into a syntax error. Remove the test in advance.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/tests/rand_nested_choice/Kconfig [deleted file]
scripts/kconfig/tests/rand_nested_choice/__init__.py [deleted file]
scripts/kconfig/tests/rand_nested_choice/expected_stdout0 [deleted file]
scripts/kconfig/tests/rand_nested_choice/expected_stdout1 [deleted file]
scripts/kconfig/tests/rand_nested_choice/expected_stdout2 [deleted file]