Skip to content

Commit

Permalink
mfd: Remove obsolete ti-ssp driver
Browse files Browse the repository at this point in the history
The tnetv107x platform is getting removed, so this driver
is not needed any more.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Arnd Bergmann authored and Lee Jones committed Mar 19, 2014
1 parent b6ab7a8 commit 3033ee6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 476 deletions.
11 changes: 0 additions & 11 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -789,17 +789,6 @@ config MFD_PALMAS
If you say yes here you get support for the Palmas
series of PMIC chips from Texas Instruments.

config MFD_TI_SSP
tristate "TI Sequencer Serial Port support"
depends on ARCH_DAVINCI_TNETV107X
select MFD_CORE
---help---
Say Y here if you want support for the Sequencer Serial Port
in a Texas Instruments TNETV107X SoC.

To compile this driver as a module, choose M here: the
module will be called ti-ssp.

config TPS6105X
tristate "TI TPS61050/61052 Boost Converters"
depends on I2C
Expand Down
1 change: 0 additions & 1 deletion drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ obj-$(CONFIG_HTC_I2CPLD) += htc-i2cpld.o

obj-$(CONFIG_MFD_DAVINCI_VOICECODEC) += davinci_voicecodec.o
obj-$(CONFIG_MFD_DM355EVM_MSP) += dm355evm_msp.o
obj-$(CONFIG_MFD_TI_SSP) += ti-ssp.o
obj-$(CONFIG_MFD_TI_AM335X_TSCADC) += ti_am335x_tscadc.o

obj-$(CONFIG_MFD_STA2X11) += sta2x11-mfd.o
Expand Down
Loading

0 comments on commit 3033ee6

Please sign in to comment.