1## SPDX-License-Identifier: GPL-2.0-only 2 3config DRIVERS_INTEL_PMC 4 bool 5 default n 6 depends on HAVE_ACPI_TABLES 7 help 8 When enabled, driver/intel/pmc_mux will add support for mux 9 configuration of USB Type-C ports via the SoC's muxes. 10