diff options
| author | Anders Roxell <anders.roxell@linaro.org> | 2018-08-24 14:49:41 +0200 |
|---|---|---|
| committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-08-27 13:35:57 -0600 |
| commit | 88bc243a3f22b9938c0b53c577dee28025cdb920 (patch) | |
| tree | 1925800532c817cfa17d80aedbd079ac771ce0dc /tools/testing/selftests/android/config | |
| parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
selftests: android: move config up a level
'make kselftest-merge' assumes that the config files for the tests are
located under the 'main' test dir, like tools/testing/selftests/android/
and not in a subdir to android.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/android/config')
| -rw-r--r-- | tools/testing/selftests/android/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/android/config b/tools/testing/selftests/android/config new file mode 100644 index 000000000000..b4ad748a9dd9 --- /dev/null +++ b/tools/testing/selftests/android/config @@ -0,0 +1,5 @@ +CONFIG_ANDROID=y +CONFIG_STAGING=y +CONFIG_ION=y +CONFIG_ION_SYSTEM_HEAP=y +CONFIG_DRM_VGEM=y |
