mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
test: Correct dependencies for SPL_UNIT_TEST
As exposed by "make randconfig", we have an issue with the dependencies for SPL_UNIT_TEST. In order to test SPL_DM_DEVICE_REMOVE we also need to have ensured that SPL_DM is enabled, so select that as well. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5c4357e902
commit
2ee6606f35
@ -15,6 +15,7 @@ config SPL_UNIT_TEST
|
||||
bool "Unit tests in SPL"
|
||||
depends on SPL
|
||||
# We need to be able to unbind devices for tests to work
|
||||
select SPL_DM
|
||||
select SPL_DM_DEVICE_REMOVE
|
||||
help
|
||||
Select this to enable unit tests in SPL. Most test are designed for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user