|
@@ -75,6 +75,15 @@ config ARCH_ATH79
|
|
select OF_CONTROL
|
|
select OF_CONTROL
|
|
select DM
|
|
select DM
|
|
|
|
|
|
|
|
+config ARCH_BMIPS
|
|
|
|
+ bool "Support BMIPS SoCs"
|
|
|
|
+ select OF_CONTROL
|
|
|
|
+ select DM
|
|
|
|
+ select CLK
|
|
|
|
+ select CPU
|
|
|
|
+ select RAM
|
|
|
|
+ select SYSRESET
|
|
|
|
+
|
|
config MACH_PIC32
|
|
config MACH_PIC32
|
|
bool "Support Microchip PIC32"
|
|
bool "Support Microchip PIC32"
|
|
select OF_CONTROL
|
|
select OF_CONTROL
|
|
@@ -123,6 +132,7 @@ source "board/micronas/vct/Kconfig"
|
|
source "board/pb1x00/Kconfig"
|
|
source "board/pb1x00/Kconfig"
|
|
source "board/qemu-mips/Kconfig"
|
|
source "board/qemu-mips/Kconfig"
|
|
source "arch/mips/mach-ath79/Kconfig"
|
|
source "arch/mips/mach-ath79/Kconfig"
|
|
|
|
+source "arch/mips/mach-bmips/Kconfig"
|
|
source "arch/mips/mach-pic32/Kconfig"
|
|
source "arch/mips/mach-pic32/Kconfig"
|
|
|
|
|
|
if MIPS
|
|
if MIPS
|