aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorJohannes Weiner <jw@emlix.com>2009-03-04 16:21:33 +0100
committerChris Zankel <chris@zankel.net>2009-04-02 23:44:31 -0700
commitf82e939fb75ad01da8f0d3024fc678111ddb4ac7 (patch)
tree1edc0557251bdde18268dbe759b7e967c9555d3c /arch/xtensa/Kconfig
parentxtensa: let platform override KERNELOFFSET (diff)
downloadlinux-dev-f82e939fb75ad01da8f0d3024fc678111ddb4ac7.tar.xz
linux-dev-f82e939fb75ad01da8f0d3024fc678111ddb4ac7.zip
xtensa: platform: s6105
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>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 0b7cd52d8b2a..7bbc6c19289c 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -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