blob: 08e4f82f6e6baf748f49ad793e592c43fe79b608 [file] [log] [blame]
Martin Roth5bdac842024-02-16 10:45:54 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Prashant Malani688105b2022-04-01 20:19:20 +00003if 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