summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd/Makefile
diff options
context:
space:
mode:
authorKory Maincent (Dent Project) <kory.maincent@bootlin.com>2024-04-17 16:40:00 +0200
committerJakub Kicinski <kuba@kernel.org>2024-04-18 18:27:39 -0700
commit9a993845189004a923b78d0df643e47970147337 (patch)
treeeb601a645a1df23f6dc3832f64d29614779764c9 /drivers/net/pse-pd/Makefile
parent9c1de033afad216d02fb4efec22d40dd000e72c2 (diff)
downloadlinux-next-9a993845189004a923b78d0df643e47970147337.tar.gz
linux-next-9a993845189004a923b78d0df643e47970147337.zip
net: pse-pd: Add PD692x0 PSE controller driver
Add a new driver for the PD692x0 I2C Power Sourcing Equipment controller. This driver only support i2c communication for now. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20240417-feature_poe-v9-12-242293fd1900@bootlin.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/pse-pd/Makefile')
-rw-r--r--drivers/net/pse-pd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pse-pd/Makefile b/drivers/net/pse-pd/Makefile
index 1b8aa4c70f0b..9c12c4a65730 100644
--- a/drivers/net/pse-pd/Makefile
+++ b/drivers/net/pse-pd/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_PSE_CONTROLLER) += pse_core.o
obj-$(CONFIG_PSE_REGULATOR) += pse_regulator.o
+obj-$(CONFIG_PSE_PD692X0) += pd692x0.o