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