summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-18 06:29:23 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-21 17:39:31 +0100
commitb9184a07a902ddea8258e5825397b0b43f138ab6 (patch)
tree124dd031367372c252b33c94d5f01a17013f3114 /target/config
parent5af48dfb5855e2e54d9c4dd1973ac8096c85c74b (diff)
linux: bump kernel versions
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.addons4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.addons b/target/config/Config.in.addons
index b6c0d7b62..0c1e003c6 100644
--- a/target/config/Config.in.addons
+++ b/target/config/Config.in.addons
@@ -3,7 +3,7 @@
choice
prompt "Optional hardware configuration"
-depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX \
+depends on ( ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX ) \
&& ( ADK_TARGET_SYSTEM_RASPBERRY_PI3 \
|| ADK_TARGET_SYSTEM_RASPBERRY_PI3P \
|| ADK_TARGET_SYSTEM_RASPBERRY_PI3_64 \
@@ -26,7 +26,7 @@ endchoice
choice
prompt "Audio Board"
-depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX && ADK_TARGET_BOARD_BCM28XX
+depends on (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && ADK_TARGET_BOARD_BCM28XX
config ADK_TARGET_HARDWARE_NONE
bool "No audio addon board"