summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/mux/Kconfig
blob: 08e4f82f6e6baf748f49ad793e592c43fe79b608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SPDX-License-Identifier: GPL-2.0-only

if EC_GOOGLE_CHROMEEC

config EC_GOOGLE_CHROMEEC_MUX
	bool
	depends on HAVE_ACPI_TABLES
	help
	  This enables the Cros EC Mux driver that is required to fill the
	  SSDT nodes for the EC Mux platform device which is used to
	  configure Type C muxes and retimers.

endif