From bc43d28e4272a13316716f87b23ef69b594a6306 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 27 Mar 2017 07:59:20 +0200 Subject: rpi: fix mini.config --- target/config/Config.in.addons | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'target/config') 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 @@ -1,6 +1,23 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # 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 -- cgit v1.2.3