commit | bbf245d62d9b61249e076e8c4ee9e4156bd60431 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:14 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:19 2023 -0500 |
tree | d785b15c720b4aff91916a635b425ff2fefc60cd | |
parent | 6885dc80bd4691b662c11ea01b12e5671150bb8f [diff] |
qemu: Correct CMD_QFW dependencies in Kconfig Rather than selecting CMD_QFW, we should make the option itself by enabled by default on these platforms. Then in the board-specific Kconfig we should select the appropriate back-end as needed if the command is enabled. Signed-off-by: Tom Rini <trini@konsulko.com>