diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-05-28 10:07:43 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-05-28 16:04:16 +0100 |
commit | 97be70b45eccc37e98a1cecf360593f36956ea42 (patch) | |
tree | 90597e691df45eff1a2aa403582ffec584609877 /tests | |
parent | e6a10649298312cf0e35284b76f1442886bc9db2 (diff) |
tests/kmstest: support atmel-hlcdc
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kmstest/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c index 7d50f5bd..19ce5707 100644 --- a/tests/kmstest/main.c +++ b/tests/kmstest/main.c @@ -64,6 +64,7 @@ static const char *drivers[] = { "exynos", "imx-drm", "rockchip", + "atmel-hlcdc", NULL }; |