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>
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="P2PSRV1"
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=2048
|
|
CONFIG_GPIO=y
|