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/Kconfig | |
| 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/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index f4902a15cb2..966783e4b62 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -290,14 +290,6 @@ config CROS_EC_SPI provides a faster and more robust interface than I2C but the bugs are less interesting. -config DS4510 - bool "Enable support for DS4510 CPU supervisor" - help - Enable support for the Maxim DS4510 CPU supervisor. It has an - integrated 64-byte EEPROM, four programmable non-volatile I/O pins - and a configurable timer for the supervisor function. The device is - connected over I2C. - config FSL_IIM bool "Enable FSL IC Identification Module (IIM) driver" depends on ARCH_MX5 |
