File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ config CROS_EC_UART
132
132
config CROS_EC_LPC
133
133
tristate "ChromeOS Embedded Controller (LPC)"
134
134
depends on CROS_EC && ACPI && (X86 || COMPILE_TEST)
135
+ depends on HAS_IOPORT
135
136
help
136
137
If you say Y here, you get support for talking to the ChromeOS EC
137
138
over an LPC bus, including the LPC Microchip EC (MEC) variant.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ config WILCO_EC
3
3
tristate "ChromeOS Wilco Embedded Controller"
4
4
depends on X86 || COMPILE_TEST
5
5
depends on ACPI && CROS_EC_LPC && LEDS_CLASS
6
+ depends on HAS_IOPORT
6
7
help
7
8
If you say Y here, you get support for talking to the ChromeOS
8
9
Wilco EC over an eSPI bus. This uses a simple byte-level protocol
You can’t perform that action at this time.
0 commit comments