diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-27 07:59:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-27 07:59:27 +0200 |
commit | bc43d28e4272a13316716f87b23ef69b594a6306 (patch) | |
tree | 88454b448292489c8b26719b56d0c8b9422e7fa6 /target/config | |
parent | ad28a2f96554bed2431258d0a32ae011ade7f4ee (diff) |
rpi: fix mini.config
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.addons | 17 |
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 |