1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Ethernet Power Sourcing Equipment drivers 4# 5 6menuconfig PSE_CONTROLLER 7 bool "Ethernet Power Sourcing Equipment Support" 8 help 9 Generic Power Sourcing Equipment Controller support. 10 11 If unsure, say no. 12 13if PSE_CONTROLLER 14 15config PSE_REGULATOR 16 tristate "Regulator based PSE controller" 17 help 18 This module provides support for simple regulator based Ethernet Power 19 Sourcing Equipment without automatic classification support. For 20 example for basic implementation of PoDL (802.3bu) specification. 21 22endif 23