SHIFT: add SHIFT project config
Change-Id: I7bb8cf1259c59582b0e029d73cebc8ed3df08078
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/Kconfig b/Kconfig
index c13f48d..f2a7e9c 100644
--- a/Kconfig
+++ b/Kconfig
@@ -8,4 +8,16 @@
string
option env="SRCARCH"
+menu "SHIFT Project Configuration"
+
+config SHIFT_PROJECT
+ bool "Enable SHIFT Project"
+ default n
+ help
+ This enables support for SHIFT projects. If you don't
+ know what to do here, you are probably as confused
+ as i am.
+
+endmenu
+
source "arch/$SRCARCH/Kconfig"