Kconfig: Remove an impossible condition
authorSamuel Holland <samuel@sholland.org>
Sun, 22 Jan 2023 17:23:51 +0000 (11:23 -0600)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 28 Apr 2023 00:32:05 +0000 (01:32 +0100)
commit25bc7bfc30532098d9207783ff2ca45cdc5a0161
treeda6bf5a84c909f5ed0e1be6387e88c24b82fa40e
parentdf202d996d72665c76d031849aa064c4881dc777
Kconfig: Remove an impossible condition

ARCH_SUNXI selects BINMAN, so the condition "!BINMAN && ARCH_SUNXI"
is impossible to satisfy.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Kconfig