boards: riscv: rv32m1: enable BT related configuration

Specific SW defined BLE LL parameters need to be set
if the user enables it on this platform. As such, conditionally
enable them directly into the defconfig.

INTMUX CH2 and CH3 are not available to be used if BT support
is enabled on Vega, because they are used internally by the
BLE SW LL

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach 2019-09-19 13:35:00 +03:00 committed by Carles Cufí
commit d36b1b11f7
2 changed files with 16 additions and 2 deletions

View file

@ -31,7 +31,7 @@ config RV32M1_INTMUX_CHANNEL_1
bool "INTMUX channel 1"
help
Enable support for INTMUX channel 1.
if !BT
config RV32M1_INTMUX_CHANNEL_2
bool "INTMUX channel 2"
help
@ -41,7 +41,7 @@ config RV32M1_INTMUX_CHANNEL_3
bool "INTMUX channel 3"
help
Enable support for INTMUX channel 3.
endif # BT
config RV32M1_INTMUX_CHANNEL_4
bool "INTMUX channel 4"
help