1CONFIG_GPIO=y 2CONFIG_SPI=y 3CONFIG_SPI_SLAVE=y 4CONFIG_MAIN_STACK_SIZE=512 5CONFIG_BT=y 6CONFIG_BT_HCI_RAW=y 7CONFIG_BT_MAX_CONN=16 8CONFIG_BT_SEND_ECC_EMULATION=n 9 10# Workaround: Unable to allocate command buffer when using K_NO_WAIT since 11# Host number of completed commands does not follow normal flow control. 12CONFIG_BT_BUF_CMD_TX_COUNT=10 13