efi_loader: Cleanup UEFI Variables menu selection
authorMichal Simek <michal.simek@amd.com>
Wed, 24 Sep 2025 14:18:18 +0000 (16:18 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 27 Sep 2025 07:22:00 +0000 (09:22 +0200)
commita0fe8cedcbe8c76403a77e57eac228b8f778a3ae
tree7d5e2ccd2fa182842fd6eb0f3beadf4ca7d425a7
parentc9aad6dbd97b44fccaf761a1f07932ae567d76b7
efi_loader: Cleanup UEFI Variables menu selection

There are 3 options listed between choice/endchoice FILE/TEE/NO_STORE.
There is no reason to add other config with dependencies between
choice/endchoice because they can never be selected because they depends on
only that 3 options which can be selected.
That's why move additional configuration with dependency below choice
section.

Signed-off-by: Michal Simek <michal.simek@amd.com>
lib/efi_loader/Kconfig