2019-11-01 13:45:29 +01:00
|
|
|
# Beetle MCU clock control driver config
|
|
|
|
|
2016-11-03 12:12:06 +01:00
|
|
|
# Copyright (c) 2016 Linaro Limited.
|
2017-01-19 02:01:01 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-03 12:12:06 +01:00
|
|
|
|
|
|
|
if SOC_FAMILY_ARM
|
|
|
|
|
|
|
|
menuconfig CLOCK_CONTROL_BEETLE
|
2018-08-14 16:19:20 +02:00
|
|
|
bool "BEETLE Clock Control"
|
2022-07-22 08:11:20 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ARM_BEETLE_SYSCON_ENABLED
|
2016-11-03 12:12:06 +01:00
|
|
|
help
|
2019-11-01 10:24:07 +01:00
|
|
|
Enable driver for Reset & Clock Control subsystem found
|
|
|
|
in STM32F4 family of MCUs
|
2016-11-03 12:12:06 +01:00
|
|
|
|
2022-07-13 20:26:02 +02:00
|
|
|
if CLOCK_CONTROL_BEETLE
|
2016-11-03 12:12:06 +01:00
|
|
|
|
|
|
|
config CLOCK_CONTROL_BEETLE_ENABLE_PLL
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "PLL on Beetle"
|
2019-03-07 05:48:56 +01:00
|
|
|
depends on SOC_SERIES_BEETLE
|
2016-11-03 12:12:06 +01:00
|
|
|
help
|
2018-06-27 11:41:37 +02:00
|
|
|
Enable PLL on Beetle.
|
2016-11-03 12:12:06 +01:00
|
|
|
|
|
|
|
Select n if not sure.
|
|
|
|
|
2022-07-13 20:26:02 +02:00
|
|
|
endif # CLOCK_CONTROL_BEETLE
|
|
|
|
|
2016-11-03 12:12:06 +01:00
|
|
|
endif # SOC_FAMILY_ARM
|