summaryrefslogtreecommitdiff
path: root/target/config/Config.in.addons
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.addons')
-rw-r--r--target/config/Config.in.addons17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/config/Config.in.addons b/target/config/Config.in.addons
index d7f75894e..225417252 100644
--- a/target/config/Config.in.addons
+++ b/target/config/Config.in.addons
@@ -2,6 +2,23 @@
# material, please see the LICENCE file in the top-level directory.
choice
+prompt "Optional hadware configuration"
+depends on ADK_TARGET_OS_LINUX && ADK_TARGET_SYSTEM_RASPBERRY_PI3
+
+config ADK_TARGET_HARDWARE_RPI3_SERIAL
+ bool "enable serial"
+ select ADK_KERNEL_SERIAL_AMBA_PL011
+
+config ADK_TARGET_HARDWARE_RPI3_BT
+ bool "enable bluetooth"
+ select ADK_KERNEL_BT_HCIUART_BCM
+
+config ADK_TARGET_HARDWARE_RPI3_NONE
+ bool "disable serial and bluetooth"
+
+endchoice
+
+choice
prompt "Audio Board"
depends on ADK_TARGET_OS_LINUX && ADK_TARGET_BOARD_BCM28XX