1# MCUXpresso SDK SCG
2
3# Copyright (c) 2019 Vestas Wind Systems A/S
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_MCUX_SCG
7	bool "MCUX SCG driver"
8	depends on HAS_MCUX_SCG
9	help
10	  Enable support for mcux scg driver.
11