|
@@ -4,13 +4,13 @@
|
|
choice
|
|
choice
|
|
prompt "Kernel configuration" if !ADK_TARGET_CHOOSE_ARCH
|
|
prompt "Kernel configuration" if !ADK_TARGET_CHOOSE_ARCH
|
|
depends on ADK_TARGET_OS_LINUX
|
|
depends on ADK_TARGET_OS_LINUX
|
|
|
|
+default ADK_TARGET_KERNEL_USE_DEFCONFIG if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK && ADK_TARGET_KERNEL_VERSION_GIT
|
|
|
|
+default ADK_TARGET_KERNEL_USE_DEFCONFIG if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 && ADK_TARGET_KERNEL_VERSION_GIT
|
|
|
|
+default ADK_TARGET_KERNEL_USE_DEFCONFIG if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG && ADK_TARGET_KERNEL_VERSION_GIT
|
|
|
|
+default ADK_TARGET_KERNEL_USE_DEFCONFIG if ADK_TARGET_BOARD_BCM28XX && ADK_TARGET_KERNEL_VERSION_GIT
|
|
|
|
|
|
config ADK_TARGET_KERNEL_USE_MINICONFIG
|
|
config ADK_TARGET_KERNEL_USE_MINICONFIG
|
|
bool "Use mini.config from OpenADK"
|
|
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
|
|
config ADK_TARGET_KERNEL_USE_DEFCONFIG
|
|
bool "Use defconfig from Linux kernel"
|
|
bool "Use defconfig from Linux kernel"
|