xref: /linux/drivers/net/pse-pd/Kconfig (revision c771600c6af14749609b49565ffb4cac2959710d)
13114b075SOleksij Rempel# SPDX-License-Identifier: GPL-2.0-only
23114b075SOleksij Rempel#
33114b075SOleksij Rempel# Ethernet Power Sourcing Equipment drivers
43114b075SOleksij Rempel#
53114b075SOleksij Rempel
63114b075SOleksij Rempelmenuconfig PSE_CONTROLLER
73114b075SOleksij Rempel	bool "Ethernet Power Sourcing Equipment Support"
82fa809b9SKory Maincent (Dent Project)	depends on REGULATOR
93114b075SOleksij Rempel	help
103114b075SOleksij Rempel	  Generic Power Sourcing Equipment Controller support.
113114b075SOleksij Rempel
123114b075SOleksij Rempel	  If unsure, say no.
1366741b4eSOleksij Rempel
1466741b4eSOleksij Rempelif PSE_CONTROLLER
1566741b4eSOleksij Rempel
1666741b4eSOleksij Rempelconfig PSE_REGULATOR
1766741b4eSOleksij Rempel	tristate "Regulator based PSE controller"
1866741b4eSOleksij Rempel	help
1966741b4eSOleksij Rempel	  This module provides support for simple regulator based Ethernet Power
2066741b4eSOleksij Rempel	  Sourcing Equipment without automatic classification support. For
2166741b4eSOleksij Rempel	  example for basic implementation of PoDL (802.3bu) specification.
2266741b4eSOleksij Rempel
239a993845SKory Maincent (Dent Project)config PSE_PD692X0
249a993845SKory Maincent (Dent Project)	tristate "PD692X0 PSE controller"
259a993845SKory Maincent (Dent Project)	depends on I2C
26*7eadf500SKory Maincent	select FW_LOADER
279a993845SKory Maincent (Dent Project)	select FW_UPLOAD
289a993845SKory Maincent (Dent Project)	help
299a993845SKory Maincent (Dent Project)	  This module provides support for PD692x0 regulator based Ethernet
309a993845SKory Maincent (Dent Project)	  Power Sourcing Equipment.
319a993845SKory Maincent (Dent Project)
329a993845SKory Maincent (Dent Project)	  To compile this driver as a module, choose M here: the
339a993845SKory Maincent (Dent Project)	  module will be called pd692x0.
349a993845SKory Maincent (Dent Project)
3520e6d190SKory Maincent (Dent Project)config PSE_TPS23881
3620e6d190SKory Maincent (Dent Project)	tristate "TPS23881 PSE controller"
3720e6d190SKory Maincent (Dent Project)	depends on I2C
3820e6d190SKory Maincent (Dent Project)	help
3920e6d190SKory Maincent (Dent Project)	  This module provides support for TPS23881 regulator based Ethernet
4020e6d190SKory Maincent (Dent Project)	  Power Sourcing Equipment.
4120e6d190SKory Maincent (Dent Project)
4220e6d190SKory Maincent (Dent Project)	  To compile this driver as a module, choose M here: the
4320e6d190SKory Maincent (Dent Project)	  module will be called tps23881.
4466741b4eSOleksij Rempelendif
45