Since now Mbed TLS automatically selects ENTROPY_GENERATOR (or the test generator, depending on the platform) we can remove this dependency from all BT related tests and samples. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
CONFIG_CONSOLE_SUBSYS=y
|
|
CONFIG_CONSOLE_GETCHAR=y
|
|
|
|
CONFIG_BT_DEVICE_NAME="ISO Connected Throughput"
|
|
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_ISO_CENTRAL=y
|
|
CONFIG_BT_ISO_PERIPHERAL=y
|
|
CONFIG_BT_ISO_MAX_CHAN=2
|
|
CONFIG_BT_ISO_TX_BUF_COUNT=4
|
|
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
CONFIG_LOG_BUFFER_SIZE=2048
|