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