soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / ec / google / chromeec / mux / Kconfig
blob08e4f82f6e6baf748f49ad793e592c43fe79b608
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if EC_GOOGLE_CHROMEEC
5 config EC_GOOGLE_CHROMEEC_MUX
6         bool
7         depends on HAVE_ACPI_TABLES
8         help
9           This enables the Cros EC Mux driver that is required to fill the
10           SSDT nodes for the EC Mux platform device which is used to
11           configure Type C muxes and retimers.
13 endif