diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
commit | b47b3810379aaf6d336151acda66c2a29fc8b657 (patch) | |
tree | 15364a84e350a1a71ead52ead1b313a6dad2a3a5 /test | |
parent | 562a63e86bc7b308a328a7bbdf0db237855c39a8 (diff) | |
parent | e17e0ceb83538c015a50b965547f2f4d38f81c5d (diff) |
Merge branch '2018-12-26-master-imports'
- Misc TI platform fixes
- mt7629 fix for Linux compatible SMP support
- Other small regression fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/overlay/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/overlay/Kconfig b/test/overlay/Kconfig index 13c85428cb..a4f154415d 100644 --- a/test/overlay/Kconfig +++ b/test/overlay/Kconfig @@ -1,11 +1,10 @@ config UT_OVERLAY bool "Enable Device Tree Overlays Unit Tests" - depends on OF_LIBFDT_OVERLAY - depends on UNIT_TEST + depends on UNIT_TEST && OF_CONTROL + default y + select OF_LIBFDT_OVERLAY help This enables the 'ut overlay' command which runs a series of unit tests on the fdt overlay code. If all is well then all tests pass although there will be a few messages printed along the way. - Be warned that it requires an out-of-tree dtc compiler with patches - to support the DT overlays, otherwise it will fail. |