forked from Minki/linux
7505576d1c
This changeset adds support for SGI Octane/Octane2 workstations. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Paul Burton <paul.burton@mips.com> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
#
|
|
# SGI-IP30 (Octane/Octane2)
|
|
#
|
|
ifdef CONFIG_SGI_IP30
|
|
platform-$(CONFIG_SGI_IP30) += sgi-ip30/
|
|
cflags-$(CONFIG_SGI_IP30) += -I$(srctree)/arch/mips/include/asm/mach-ip30
|
|
load-$(CONFIG_SGI_IP30) += 0xa800000020004000
|
|
endif
|