Btrfs: remove transaction from send
[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#
88564dda 8# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100 eval boards
baf3eb23
ML
9#
10platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
11cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
12load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
13
baf3eb23 14#
88564dda 15# AMD Alchemy Db1200/Pb1200/Db1550/Pb1550/Db1300 eval boards
baf3eb23 16#
bd8510df
ML
17platform-$(CONFIG_MIPS_DB1235) += alchemy/devboards/
18cflags-$(CONFIG_MIPS_DB1235) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
19load-$(CONFIG_MIPS_DB1235) += 0xffffffff80100000
64cd04d0 20
baf3eb23 21#
8e026910 22# 4G-Systems MTX-1 "MeshCube" wireless router
baf3eb23 23#
8e026910 24platform-$(CONFIG_MIPS_MTX1) += alchemy/
baf3eb23
ML
25load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
26
27#
28# MyCable eval board
29#
70342287 30platform-$(CONFIG_MIPS_XXS1500) += alchemy/
baf3eb23
ML
31load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
32
cb8f55b9
WG
33#
34# Trapeze ITS GRP board
35#
8e026910 36platform-$(CONFIG_MIPS_GPR) += alchemy/
cb8f55b9 37load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
baf3eb23
ML
38
39# boards can specify their own <gpio.h> in one of their include dirs.
40# If they do, placing this line here at the end will make sure the
70342287 41# compiler picks the board one. If they don't, it will make sure
baf3eb23
ML
42# the alchemy generic gpio header is picked up.
43
42a4f17d 44cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
This page took 0.193537 seconds and 5 git commands to generate.