arm: nordic_nrf5: Select clock control for BLE controller
Bluetooth controller implementation requires the low power oscillator for radio time space scheduling and as sleep clock; the high frequency oscillator as the active clock. For Nordic Semiconductor's nRF5 Series SoC's select the NRF Clock peripheral when BLUETOOTH_CONTROLLER is selected in Kconfig build. Jira: ZEP-897 Change-id: I6f99e90b3485e757be61e91c749e485dd0cfdaba Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
5843e8df89
commit
5732ae1ae0
1 changed files with 10 additions and 0 deletions
|
@ -15,4 +15,14 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
if BLUETOOTH_CONTROLLER
|
||||
|
||||
config CLOCK_CONTROL
|
||||
default y
|
||||
|
||||
config CLOCK_CONTROL_NRF5
|
||||
default y
|
||||
|
||||
endif # BLUETOOTH_CONTROLLER
|
||||
|
||||
source "arch/arm/soc/nordic_nrf5/*/Kconfig.defconfig.series"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue