Fixes PLL Issues with PR#95814. Based on the work of Thomas Boje <info@andocs.biz> Signed-off-by: James Bennion-Pedley <james@bojit.org>
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
# Copyright (c) 2025 Thomas Boje
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_CH32V307
|
|
bool
|
|
select SOC_SERIES_QINGKE_V4F
|
|
|
|
config SOC
|
|
default "ch32v307" if SOC_CH32V307
|