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