Add initial support TI MSPM0 clock module Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com>
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
# TI MSPM0 Family
|
|
|
|
# Copyright (c) 2025, Texas Instruments Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_MSPM0
|
|
bool "TI MSPM0 clock"
|
|
default y
|
|
depends on SOC_FAMILY_TI_MSPM0
|
|
help
|
|
This option enables the TI MSPM0 Clock Control Enabler
|