diff options
Diffstat (limited to 'src/app/sharp96test')
-rw-r--r-- | src/app/sharp96test/Kconfig | 2 | ||||
-rw-r--r-- | src/app/sharp96test/Makefile.inc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/app/sharp96test/Kconfig b/src/app/sharp96test/Kconfig new file mode 100644 index 0000000..30b9ac3 --- /dev/null +++ b/src/app/sharp96test/Kconfig @@ -0,0 +1,2 @@ +prompt "Sharp96 Test" +depends on driver_sharp96 diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc index 4dbcaca..37bb857 100644 --- a/src/app/sharp96test/Makefile.inc +++ b/src/app/sharp96test/Makefile.inc @@ -1 +1,5 @@ -driver_sharp96 ?= 1 +ifdef app + override loop = 1 + override arch_drivers += spi_b + override drivers += sharp96 +endif |