diff options
| author | Tom Rini <[email protected]> | 2025-07-11 09:20:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-18 12:22:17 -0600 |
| commit | bf9a78f10939f3dfa9a255386f552d3ef02c8afc (patch) | |
| tree | 3a5bd06b32107227022f40735e11a72e824de134 /drivers/misc/Makefile | |
| parent | bdf443ffd54f401eea278c4f49cb99e9f63d7d0e (diff) | |
misc: Remove DS4510 driver
As no platforms use this driver anymore and it's not been converted from
to DM_I2C for use, remove it.
Fixes: ed7fe2bee12a ("ppc: Remove xpedite boards")
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 5da079bba1b..09dfd8072db 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -32,7 +32,6 @@ endif obj-$(CONFIG_ALTERA_SYSID) += altera_sysid.o obj-$(CONFIG_ATSHA204A) += atsha204a-i2c.o obj-$(CONFIG_CBMEM_CONSOLE) += cbmem_console.o -obj-$(CONFIG_DS4510) += ds4510.o obj-$(CONFIG_FSL_DEVICE_DISABLE) += fsl_devdis.o obj-$(CONFIG_FSL_IFC) += fsl_ifc.o obj-$(CONFIG_FSL_IIM) += fsl_iim.o |
