selftests: android: move config up a level
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 24 Aug 2018 12:49:41 +0000 (14:49 +0200)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Mon, 27 Aug 2018 19:35:57 +0000 (13:35 -0600)
'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>
tools/testing/selftests/android/config [new file with mode: 0644]
tools/testing/selftests/android/ion/config [deleted file]

diff --git a/tools/testing/selftests/android/config b/tools/testing/selftests/android/config
new file mode 100644 (file)
index 0000000..b4ad748
--- /dev/null
@@ -0,0 +1,5 @@
+CONFIG_ANDROID=y
+CONFIG_STAGING=y
+CONFIG_ION=y
+CONFIG_ION_SYSTEM_HEAP=y
+CONFIG_DRM_VGEM=y
diff --git a/tools/testing/selftests/android/ion/config b/tools/testing/selftests/android/ion/config
deleted file mode 100644 (file)
index b4ad748..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG_ANDROID=y
-CONFIG_STAGING=y
-CONFIG_ION=y
-CONFIG_ION_SYSTEM_HEAP=y
-CONFIG_DRM_VGEM=y