summaryrefslogtreecommitdiff
path: root/Kconfig.zephyr
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-05-24 14:23:26 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-05-25 11:28:34 +0000
commit7584a1273f8df3e90118652fccf3f0a844365f75 (patch)
treee3bee95b49e8208c4346c6fa7809de2dc1dd3b3e /Kconfig.zephyr
parent942bbadbf6c50b8485446e3386001cbcef0b1655 (diff)
ext: plumb out Kconfig support for external source code
Add missing Kconfig files and connections to expose Kconfig options in ext/ directories. Fixup QMSI to only be exposed on platforms that utilize it. Change-Id: I6c6c5011b2bf2966f65aa8279dc594a244821956 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'Kconfig.zephyr')
-rw-r--r--Kconfig.zephyr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index 0ee32ee9d..f124b23ad 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -32,6 +32,8 @@ source "misc/Kconfig"
source "lib/Kconfig"
+source "ext/Kconfig"
+
#
# The following are for Kconfig files for default values only.
# These should be parsed at the end.