Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / arch / mips / alchemy / Platform
CommitLineData
baf3eb23
ML
1#
2# Core Alchemy code
3#
70342287 4platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
baf3eb23
ML
5
6
baf3eb23 7#
970e268d
ML
8# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
9# Db1550/Pb1550/Db1200/Pb1200/Db1300
baf3eb23 10#
970e268d
ML
11platform-$(CONFIG_MIPS_DB1XXX) += alchemy/devboards/
12cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
13load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000
64cd04d0 14
baf3eb23 15#
8e026910 16# 4G-Systems MTX-1 "MeshCube" wireless router
baf3eb23 17#
8e026910 18platform-$(CONFIG_MIPS_MTX1) += alchemy/
baf3eb23
ML
19load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
20
21#
22# MyCable eval board
23#
70342287 24platform-$(CONFIG_MIPS_XXS1500) += alchemy/
baf3eb23
ML
25load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
26
cb8f55b9
WG
27#
28# Trapeze ITS GRP board
29#
8e026910 30platform-$(CONFIG_MIPS_GPR) += alchemy/
cb8f55b9 31load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
baf3eb23
ML
32
33# boards can specify their own <gpio.h> in one of their include dirs.
34# If they do, placing this line here at the end will make sure the
70342287 35# compiler picks the board one. If they don't, it will make sure
baf3eb23
ML
36# the alchemy generic gpio header is picked up.
37
42a4f17d 38cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
This page took 0.384513 seconds and 5 git commands to generate.