summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorChris Zankel2008-10-21 18:11:43 +0200
committerChris Zankel2008-10-21 18:11:43 +0200
commit0025427eee4b5c005b4ac7a6489adc773e38611d (patch)
tree01ce298ee2a4ae1430451d2ef3e4df888334a9c4 /arch/xtensa/Kconfig
parentxtensa: Fix io regions (diff)
downloadkernel-qcow2-linux-0025427eee4b5c005b4ac7a6489adc773e38611d.tar.gz
kernel-qcow2-linux-0025427eee4b5c005b4ac7a6489adc773e38611d.tar.xz
kernel-qcow2-linux-0025427eee4b5c005b4ac7a6489adc773e38611d.zip
xtensa: Add config files for Diamond 232L - Rev B processor variant
The Diamond 232L processor is a pre-configured Xtensa processor tailored for Linux application. Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 02e417d3d8e9..2369ec6b089b 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -63,7 +63,12 @@ choice
default XTENSA_VARIANT_FSF
config XTENSA_VARIANT_FSF
- bool "fsf"
+ bool "fsf - default (not generic) configuration"
+
+config XTENSA_VARIANT_DC232B
+ bool "dc232b - Diamond 232L Standard Core Rev.B (LE)"
+ help
+ This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE).
endchoice
config MMU