• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3if EC_GOOGLE_CHROMEEC
4
5config 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.
12
13endif
14