Loading arch/mips/Kconfig +5 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,11 @@ config PNX8550_JBS select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN config PNX8550_STB810 bool "Support for Philips PNX8550 based STB810 board" select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN config DDB5477 bool "NEC DDB Vrc-5477" select DDB5XXX_COMMON Loading arch/mips/Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,11 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 # Philips PNX8550 STB810 board # libs-$(CONFIG_PNX8550_STB810) += arch/mips/philips/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 # NEC EMMA2RH boards # core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ Loading Loading
arch/mips/Kconfig +5 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,11 @@ config PNX8550_JBS select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN config PNX8550_STB810 bool "Support for Philips PNX8550 based STB810 board" select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN config DDB5477 bool "NEC DDB Vrc-5477" select DDB5XXX_COMMON Loading
arch/mips/Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,11 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 # Philips PNX8550 STB810 board # libs-$(CONFIG_PNX8550_STB810) += arch/mips/philips/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 # NEC EMMA2RH boards # core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ Loading