diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-11-20 13:48:06 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-03-18 13:07:36 -0600 |
| commit | fcbf81694c9399a71ac100b4de15089c3e09dd8c (patch) | |
| tree | 1f990094541a531354af372ed4fd2e044227391a /drivers/misc/Makefile | |
| parent | 765a126a2f1f5eff82276e9fecbb0745e9fce77b (diff) | |
led: remove legacy API
No user of the legacy LED API anymore (except Sunxi with the PinePhone
but that is now a Sunxi-specific implementation), so let's remove
anything related.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 1d950f7a0ab..e2170212e5a 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -48,8 +48,6 @@ obj-$(CONFIG_IHS_FPGA) += ihs_fpga.o obj-$(CONFIG_IMX8) += imx8/ obj-$(CONFIG_IMX_ELE) += imx_ele/ obj-$(CONFIG_K3_FUSE) += k3_fuse.o -obj-$(CONFIG_LED_STATUS) += status_led.o -obj-$(CONFIG_LED_STATUS_GPIO) += gpio_led.o obj-$(CONFIG_MPC83XX_SERDES) += mpc83xx_serdes.o obj-$(CONFIG_$(PHASE_)LS2_SFP) += ls2_sfp.o obj-$(CONFIG_$(PHASE_)MXC_OCOTP) += mxc_ocotp.o |
