1# Copyright 2023 NXP
2# All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5
6# driver_pmc0
7config MCUX_HAS_driver_pmc0
8 bool
9
10config MCUX_USE_driver_pmc0
11 depends on MCUX_HAS_driver_pmc0
12 bool "PMC0 Driver"
13 select MCUX_USE_driver_common
14 help
15 PMC0 Driver
16