summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-27 18:41:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-27 18:41:09 -0600
commitf09fa0ab494e3478b24e0197fccaf1b3d5cfc506 (patch)
treebc4da15eac3a78a5629d2762bd4f789949c3aade /apps/interpreters/bas/Kconfig
parenta8a1412667163c564dad2625f379da4c0225d15a (diff)
downloadnuttx-f09fa0ab494e3478b24e0197fccaf1b3d5cfc506.tar.gz
nuttx-f09fa0ab494e3478b24e0197fccaf1b3d5cfc506.tar.bz2
nuttx-f09fa0ab494e3478b24e0197fccaf1b3d5cfc506.zip
Fix some configuration dependencies, warnings, back up some previous changes that weren't really necessary
Diffstat (limited to 'apps/interpreters/bas/Kconfig')
-rw-r--r--apps/interpreters/bas/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/interpreters/bas/Kconfig b/apps/interpreters/bas/Kconfig
index 90a8b1211..823d13ff7 100644
--- a/apps/interpreters/bas/Kconfig
+++ b/apps/interpreters/bas/Kconfig
@@ -6,6 +6,9 @@
config INTERPRETERS_BAS
bool "Basic Interpreter support"
default n
+ select SCHED_WAITPID
+ select LIBC_EXECFUNCS
+ depends on FS_READABLE
---help---
This is a Basic interpreter written by Michael Haardt