Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144515
b: refs/heads/master
c: d0e47fb
h: refs/heads/master
i:
  144513: fea8baa
  144511: cd2d8bf
v: v3
  • Loading branch information
Kevin Hilman committed Apr 27, 2009
1 parent 59c95d8 commit cc06a22
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73d3c68f09e608be983013dc8b3e49aebe89298c
refs/heads/master: d0e47fba054a55e0066c6ae2c807d98d086af5a9
9 changes: 4 additions & 5 deletions trunk/arch/arm/mach-davinci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ menu "TI DaVinci Implementations"

comment "DaVinci Core Type"

config ARCH_DAVINCI644x
default y
config ARCH_DAVINCI_DM644x
bool "DaVinci 644x based system"

comment "DaVinci Board Type"

config MACH_DAVINCI_EVM
bool "TI DaVinci EVM"
bool "TI DM644x EVM"
default y
depends on ARCH_DAVINCI644x
depends on ARCH_DAVINCI_DM644x
help
Configure this option to specify the whether the board used
for development is a DaVinci EVM
for development is a DM644x EVM


config DAVINCI_MUX
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \

obj-$(CONFIG_DAVINCI_MUX) += mux.o

# Chip specific
obj-$(CONFIG_ARCH_DAVINCI_DM644x) += dm644x.o

# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o
Loading

0 comments on commit cc06a22

Please sign in to comment.