diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-11-30 19:45:56 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-01-02 16:12:03 +0300 |
commit | fc5bb239d5b3500d034559e0c5ecb67bbae69de7 (patch) | |
tree | c297d7ebeb3e6b188afc2227909eae8f06d0cda1 /arch/mips/txx9/Kconfig | |
parent | 5a8df9281b052ff3d498e0d6b22e1546843b89ce (diff) | |
download | linux-fc5bb239d5b3500d034559e0c5ecb67bbae69de7.tar.xz |
MIPS: TXX9: Remove TX4939 SoC support
After removal of RBTX4939 board support remove code for the TX4939 SoC.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index 0af9383b3ec2..6c61feee6dd3 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig @@ -65,13 +65,6 @@ config SOC_TX4938 select PCI_TX4927 select GPIO_TXX9 -config SOC_TX4939 - bool - select CEVT_TXX9 - imply HAS_TXX9_SERIAL - select HAVE_PCI - select PCI_TX4927 - config TOSHIBA_FPCIB0 bool "FPCIB0 Backplane Support" depends on PCI && MACH_TXX9 |