Skip to content

Commit

Permalink
xtensa: platform: s6105
Browse files Browse the repository at this point in the history
Support for the S6105 IP Camera Reference Design Kit.

Signed-off-by: Johannes Weiner <jw@emlix.com>
Signed-off-by: Oskar Schirmer <os@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent 6770fa0 commit f82e939
Show file tree
Hide file tree
Showing 9 changed files with 712 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 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 f82e939

Please sign in to comment.