Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140358
b: refs/heads/master
c: f82e939
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent 0ec725f commit 35cdf2c
Show file tree
Hide file tree
Showing 10 changed files with 713 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6770fa020fe3b63915ab082b4e5fd99d2d368c82
refs/heads/master: f82e939fb75ad01da8f0d3024fc678111ddb4ac7
4 changes: 4 additions & 0 deletions trunk/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ config XTENSA_PLATFORM_XT2000
XT2000 is the name of Tensilica's feature-rich emulation platform.
This hardware is capable of running a full Linux distribution.

config XTENSA_PLATFORM_S6105
bool "S6105"
select SERIAL_CONSOLE

endchoice


Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export VARIANT

platform-$(CONFIG_XTENSA_PLATFORM_XT2000) := xt2000
platform-$(CONFIG_XTENSA_PLATFORM_ISS) := iss
platform-$(CONFIG_XTENSA_PLATFORM_S6105) := s6105

PLATFORM = $(platform-y)
export PLATFORM
Expand Down
Loading

0 comments on commit 35cdf2c

Please sign in to comment.