Bluetooth: controller: Move comp id and subver to configuration

Move company id and subversion number Kconfig to the
Controller configuration section from the features section.

Change-id: Ic4deb8b24d84d9b1817ba542705eebd612f0e020
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
Vinayak Chettimada 2017-03-28 00:37:05 +02:00 committed by Johan Hedberg
commit b593e44da6

View file

@ -47,12 +47,6 @@ config BLUETOOTH_CONTROLLER_TX_BUFFER_SIZE
Maximum is set to 16384 due to implementation limitations (use of
uint16_t for size/length variables).
config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
int
default 320
comment "BLE Controller features"
config BLUETOOTH_CONTROLLER_COMPANY_ID
prompt "Company Id"
hex
@ -69,6 +63,12 @@ config BLUETOOTH_CONTROLLER_SUBVERSION_NUMBER
help
Set the Subversion Number that will be used in VERSION_IND PDU.
config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
int
default 320
comment "BLE Controller features"
config BLUETOOTH_CONTROLLER_LE_PING
bool "LE Ping"
default y