aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorJohannes Weiner <jw@emlix.com>2009-03-04 10:21:32 -0500
committerChris Zankel <chris@zankel.net>2009-04-03 02:43:36 -0400
commit000af2c5a8913ebd763313d0c9ebc66c2c4765b1 (patch)
tree6dcb884a113e6d90f8d26665b4bdfba067973689 /arch/xtensa/Kconfig
parenteff35af9c0c83a24376a67ff88c65679c25c7a51 (diff)
xtensa: s6000 variant
Support for the Stretch S6000 Xtensa core variant. 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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 705bb71af245..0b7cd52d8b2a 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -32,6 +32,9 @@ config GENERIC_HWEIGHT
32config GENERIC_HARDIRQS 32config GENERIC_HARDIRQS
33 def_bool y 33 def_bool y
34 34
35config GENERIC_GPIO
36 def_bool y
37
35config ARCH_HAS_ILOG2_U32 38config ARCH_HAS_ILOG2_U32
36 def_bool n 39 def_bool n
37 40
@@ -69,6 +72,11 @@ config XTENSA_VARIANT_DC232B
69 select MMU 72 select MMU
70 help 73 help
71 This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE). 74 This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE).
75
76config XTENSA_VARIANT_S6000
77 bool "s6000 - Stretch software configurable processor"
78 select VARIANT_IRQ_SWITCH
79 select ARCH_REQUIRE_GPIOLIB
72endchoice 80endchoice
73 81
74config XTENSA_UNALIGNED_USER 82config XTENSA_UNALIGNED_USER