diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-06 21:29:33 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-18 16:35:05 +0200 |
commit | a103e9b951f9094792fd0dab0a0dcd1b3408825a (patch) | |
tree | a76ec35c585965a26563b93a67819f74e972de53 /arch/mips/Kconfig | |
parent | b4a30e9c7480603a02d8ad788975428b9c6dc876 (diff) | |
download | linux-a103e9b951f9094792fd0dab0a0dcd1b3408825a.tar.gz linux-a103e9b951f9094792fd0dab0a0dcd1b3408825a.tar.bz2 linux-a103e9b951f9094792fd0dab0a0dcd1b3408825a.zip |
MIPS: jz4740: Rename jz4740 folders to ingenic
Now that all the jz4740 platform code has been removed, and we're left
with only a Kconfig and the cpu-feature-overrides.h file, finalize the
cleanup process by renaming the jz4740 and include/mach-jz4740 folders
to ingenic and include/mach-ingenic.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 74604b867e26..c08c98d654b1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1034,8 +1034,8 @@ source "arch/mips/bcm47xx/Kconfig" source "arch/mips/bcm63xx/Kconfig" source "arch/mips/bmips/Kconfig" source "arch/mips/generic/Kconfig" +source "arch/mips/ingenic/Kconfig" source "arch/mips/jazz/Kconfig" -source "arch/mips/jz4740/Kconfig" source "arch/mips/lantiq/Kconfig" source "arch/mips/pic32/Kconfig" source "arch/mips/pistachio/Kconfig" |