diff options
| author | Tom Rini <[email protected]> | 2025-07-11 09:20:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-18 12:22:13 -0600 |
| commit | bdf443ffd54f401eea278c4f49cb99e9f63d7d0e (patch) | |
| tree | 717ee8805c0d05efc5dbb228ec2a0250339e40b3 /drivers/misc/Makefile | |
| parent | 786e1f6dea07126b0265fcb6e8f5010d8d3e0e40 (diff) | |
drivers: misc: Remove pca9551_led driver
This driver has not been converted to DM_I2C and the last platform that
used it was removed as well. Remove the driver.
Fixes: 4bbcec08ebec ("arm: Remove mx6dlarm2 board")
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 248068d5b43..5da079bba1b 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -59,7 +59,6 @@ obj-$(CONFIG_NPCM_OTP) += npcm_otp.o obj-$(CONFIG_NPCM_HOST) += npcm_host_intf.o obj-$(CONFIG_NUVOTON_NCT6102D) += nuvoton_nct6102d.o obj-$(CONFIG_P2SB) += p2sb-uclass.o -obj-$(CONFIG_PCA9551_LED) += pca9551_led.o obj-$(CONFIG_$(PHASE_)PWRSEQ) += pwrseq-uclass.o ifdef CONFIG_QFW obj-y += qfw.o |
