summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/mux/Kconfig
blob: 654ff82c88f990178c6d98080a7f67ae69076d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
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