summaryrefslogtreecommitdiff
path: root/target/config
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
parent5197e574887904883051c2d544821d14c9358fc8 (diff)
add basic clearfog support
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelcfg2
-rw-r--r--target/config/Config.in.kernelversion8
2 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg
index 6159d059f..6800226e7 100644
--- a/target/config/Config.in.kernelcfg
+++ b/target/config/Config.in.kernelcfg
@@ -9,6 +9,7 @@ config ADK_TARGET_KERNEL_USE_MINICONFIG
bool "Use mini.config from OpenADK"
depends on !ADK_TARGET_KERNEL_VERSION_RPI \
&& !ADK_TARGET_KERNEL_VERSION_FSLC \
+ && !ADK_TARGET_KERNEL_VERSION_CLEARFOG \
&& !ADK_TARGET_KERNEL_VERSION_BB
config ADK_TARGET_KERNEL_USE_DEFCONFIG
@@ -27,6 +28,7 @@ config ADK_TARGET_KERNEL_DEFCONFIG
default "bcm2709_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI3
default "twr-k70f120m_defconfig" if ADK_TARGET_SYSTEM_KINETIS_K70
default "imx_v7_cbi_hb_defconfig" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+ default "mvebu_extra_defconfig" if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
default "nsim_700_defconfig" if ADK_TARGET_SYSTEM_NSIM_ARCV1
default "nsim_hs_defconfig" if ADK_TARGET_SYSTEM_NSIM_ARCV2
default "10m50_defconfig" if ADK_TARGET_SYSTEM_QEMU_NIOS2
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.