rockchip: rk3128: use ARM arch timer instead of rk_timer
[oweals/u-boot.git] / scripts / kconfig / tests / warn_recursive_dep / __init__.py
1 """
2 Warn recursive inclusion.
3
4 Recursive dependency should be warned.
5 """
6
7 def test(conf):
8     assert conf.oldaskconfig() == 0
9     assert conf.stderr_contains('expected_stderr')