summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-08 21:19:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-08 21:19:42 +0100
commit0fc2c05139c69ab8acb8fd287214c2a51b3b16e4 (patch)
tree78eb7ac77e5090e49bc77e685d30d463e4f62fe5 /target/config/Config.in.kernelversion
parent5197e574887904883051c2d544821d14c9358fc8 (diff)
add basic clearfog support
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r--target/config/Config.in.kernelversion8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 9a35ad682..9d3fc2a53 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -23,6 +23,11 @@ config ADK_TARGET_KERNEL_VERSION_FSLC
select ADK_TARGET_KERNEL_IMAGE
depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+config ADK_TARGET_KERNEL_VERSION_CLEARFOG
+ bool "linux-clearfog"
+ select ADK_TARGET_KERNEL_GIT
+ depends on ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
+
config ADK_TARGET_KERNEL_VERSION_RPI
bool "linux-rpi"
select ADK_TARGET_KERNEL_GIT
@@ -177,6 +182,7 @@ config ADK_KERNEL_GITVER
default "git" if ADK_TARGET_KERNEL_VERSION_GIT
default "rpi" if ADK_TARGET_KERNEL_VERSION_RPI
default "fslc" if ADK_TARGET_KERNEL_VERSION_FSLC
+ default "clearfog" if ADK_TARGET_KERNEL_VERSION_CLEARFOG
default "bb" if ADK_TARGET_KERNEL_VERSION_BB
config ADK_TARGET_KERNEL_GIT
@@ -187,10 +193,12 @@ config ADK_TARGET_KERNEL_REPO
depends on ADK_TARGET_KERNEL_VERSION_GIT \
|| ADK_TARGET_KERNEL_VERSION_RPI \
|| ADK_TARGET_KERNEL_VERSION_BB \
+ || ADK_TARGET_KERNEL_VERSION_CLEARFOG \
|| ADK_TARGET_KERNEL_VERSION_FSLC
default "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" if ADK_TARGET_KERNEL_VERSION_GIT
default "https://github.com/raspberrypi/linux.git" if ADK_TARGET_KERNEL_VERSION_RPI
default "https://github.com/SolidRun/linux-fslc.git" if ADK_TARGET_KERNEL_VERSION_FSLC
+ default "https://github.com/SolidRun/linux-armada38x" if ADK_TARGET_KERNEL_VERSION_CLEARFOG
default "https://github.com/beagleboard/linux.git" if ADK_TARGET_KERNEL_VERSION_BB
help
GIT repository to use.