diff options
| author | Dragos Motrea <Dragos.Motrea@enea.com> | 2018-01-30 18:17:09 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-01-31 10:47:57 +0100 |
| commit | 1ba3c24e38f26f2f43c35b9d869ca7fcb67a2be2 (patch) | |
| tree | 45536258841ce6ca4e263c41e2a8ff1eadc31050 | |
| parent | 1a3c360fa96d170868e525c0199f41ad47528c8b (diff) | |
| download | enea-kernel-cache-raspberrypi-4.9.tar.gz | |
Added mdt tests as loadable moduleraspberrypi-4.9
In order to install ddt-runner-ng, the kernel-module-mdt-readtest
package is required. It is built if the CONFIG_MDT_TESTS is enabled in
the kernel config.
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
| -rw-r--r-- | features/mtd_tests/mtd_tests_m.cfg | 2 | ||||
| -rw-r--r-- | features/mtd_tests/mtd_tests_m.scc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/features/mtd_tests/mtd_tests_m.cfg b/features/mtd_tests/mtd_tests_m.cfg new file mode 100644 index 0000000..4ddb255 --- /dev/null +++ b/features/mtd_tests/mtd_tests_m.cfg | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONFIG_MTD=m | ||
| 2 | CONFIG_MTD_TESTS=m | ||
diff --git a/features/mtd_tests/mtd_tests_m.scc b/features/mtd_tests/mtd_tests_m.scc new file mode 100644 index 0000000..2b854df --- /dev/null +++ b/features/mtd_tests/mtd_tests_m.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable mtd tests" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware mtd_tests_m.cfg | ||
