# Copyright 2023 NXP
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause

# driver_pxp
config MCUX_HAS_driver_pxp
    bool

config MCUX_USE_driver_pxp
    depends on MCUX_HAS_driver_pxp
    bool "PXP Driver"
    select MCUX_USE_driver_common
    help
      PXP Driver
