Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116982
b: refs/heads/master
c: 0025427
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel committed Oct 21, 2008
1 parent 9b2616e commit 2b7f716
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00c81d23d330207d0fb99ca0c6682265d287816c
refs/heads/master: 0025427eee4b5c005b4ac7a6489adc773e38611d
7 changes: 6 additions & 1 deletion trunk/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# (Use VAR=<xtensa_config> to use another default compiler.)

variant-$(CONFIG_XTENSA_VARIANT_FSF) := fsf
variant-$(CONFIG_XTENSA_VARIANT_DC232B) := dc232b
variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM) := custom

VARIANT = $(variant-y)
Expand Down
Loading

0 comments on commit 2b7f716

Please sign in to comment.