summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelcfg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-15 22:06:26 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-15 22:07:15 +0200
commit3ebb585eef3eb378e5307ec6efa34f58943c353c (patch)
treec971c104ca538796b3b7e15fbe7aba7c9bdd4ddb /target/config/Config.in.kernelcfg
parent2997a3ae269aa4ee72c71a05e5d79ad67aee44e9 (diff)
beaglebone-black: add special linux-repo, add uEnv.txt
Diffstat (limited to 'target/config/Config.in.kernelcfg')
-rw-r--r--target/config/Config.in.kernelcfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg
index 76a294b0f..cbeacebcd 100644
--- a/target/config/Config.in.kernelcfg
+++ b/target/config/Config.in.kernelcfg
@@ -8,7 +8,8 @@ depends on ADK_TARGET_OS_LINUX
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_FSLC \
+ && !ADK_TARGET_KERNEL_VERSION_BB
config ADK_TARGET_KERNEL_USE_DEFCONFIG
bool "Use defconfig from Linux kernel"
@@ -27,4 +28,5 @@ config ADK_TARGET_KERNEL_DEFCONFIG
default "nsim_hs_defconfig" if ADK_TARGET_SYSTEM_NSIM_ARCV2
default "10m50_defconfig" if ADK_TARGET_SYSTEM_QEMU_NIOS2
default "orca_defconfig" if ADK_TARGET_SYSTEM_ANDES_AG101P
+ default "bb.org_defconfig" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK