mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 01:56:36 +07:00
231c0c2161
All OLPC ECs are able to turn the power to the DCON on an off. Use the regulator framework to expose the functionality. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
config OLPC_EC
|
|
select REGULATOR
|
|
bool
|
|
|
|
config OLPC_XO175_EC
|
|
tristate "OLPC XO 1.75 Embedded Controller"
|
|
depends on ARCH_MMP || COMPILE_TEST
|
|
select SPI_SLAVE
|
|
select OLPC_EC
|
|
help
|
|
Include support for the OLPC XO Embedded Controller (EC). The EC
|
|
provides various platform services, including support for the power,
|
|
button, restart, shutdown and battery charging status.
|
|
|
|
Unless you have an OLPC XO laptop, you will want to say N.
|