File tree Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ config FLASH_SHELL
4141config FLASH_PAGE_LAYOUT
4242 bool "API for retrieving the layout of pages"
4343 depends on FLASH_HAS_PAGE_LAYOUT
44+ default y
4445 help
4546 Enables API for retrieving the layout of flash memory pages.
4647
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CONFIG_BT=y
22CONFIG_BT_DEBUG_LOG=y
33CONFIG_BT_SMP=y
44CONFIG_BT_PERIPHERAL=y
5+ CONFIG_BT_CENTRAL=y
56CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
67CONFIG_BT_DEVICE_NAME="Test IPSP node"
78CONFIG_NETWORKING=y
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CONFIG_BT=y
22CONFIG_BT_DEBUG_LOG=y
33CONFIG_BT_SMP=y
44CONFIG_BT_PERIPHERAL=y
5+ CONFIG_BT_CENTRAL=y
56CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
67CONFIG_BT_DEVICE_NAME="Test IPSP node"
78CONFIG_NETWORKING=y
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CONFIG_BT=y
22CONFIG_BT_DEBUG_LOG=y
33CONFIG_BT_SMP=y
44CONFIG_BT_PERIPHERAL=y
5+ CONFIG_BT_CENTRAL=y
56CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
67CONFIG_BT_DEVICE_NAME="Test IPSP node"
78CONFIG_NETWORKING=y
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ config FAT_FILESYSTEM_ELM
3737
3838config FILE_SYSTEM_NFFS
3939 bool "NFFS file system support"
40- select FLASH_PAGE_LAYOUT
40+ depends on FLASH_PAGE_LAYOUT
4141 select FS_FLASH_STORAGE_PARTITION
4242 help
4343 Enables NFFS file system support.
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ config NET_L2_DUMMY
1616config NET_L2_BT
1717 bool "Enable Bluetooth support"
1818 depends on NET_IPV6
19- select BT
20- select BT_PERIPHERAL
21- select BT_CENTRAL
22- select BT_SMP
23- select BT_L2CAP_DYNAMIC_CHANNEL
19+ depends on BT
20+ depends on BT_PERIPHERAL
21+ depends on BT_CENTRAL
22+ depends on BT_SMP
23+ depends on BT_L2CAP_DYNAMIC_CHANNEL
2424 select NET_6LO
2525 help
2626 Enable Bluetooth driver that send and receives IPv6 packets,
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ CONFIG_NET_L2_IEEE802154_SECURITY=y
5353CONFIG_NET_L2_IEEE802154_SECURITY_CRYPTO_DEV_NAME="CRYPTO-DEV"
5454CONFIG_NET_L2_DUMMY=y
5555CONFIG_NET_L2_ETHERNET=y
56+
57+ CONFIG_BT=y
58+ CONFIG_BT_PERIPHERAL=y
59+ CONFIG_BT_CENTRAL=y
60+ CONFIG_BT_SMP=y
61+ CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
5662CONFIG_NET_L2_BT=y
5763CONFIG_NET_L2_BT_ZEP1656=y
5864CONFIG_NET_L2_BT_SEC_LEVEL=4
You can’t perform that action at this time.
0 commit comments