projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a171e7
)
- add ARM_IWMMXT variant since uClibc supports it
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 13:05:14 +0000
(13:05 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 13:05:14 +0000
(13:05 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index e0afbf09d2bd7f7ec9596b4372acc295136eaa6f..47a7d66616118ebc68c74f23076cb464f29e0f8b 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-74,6
+74,8
@@
config BR2_sa1100
bool "sa1100"
config BR2_xscale
bool "xscale"
+config BR2_IWMMXT
+ bool "iwmmxt"
endchoice
config BR2_ARM_TYPE
@@
-88,6
+90,7
@@
config BR2_ARM_TYPE
default ARM_SA110 if BR2_sa110
default ARM_SA1100 if BR2_sa1100
default ARM_XSCALE if BR2_xscale
+ default ARM_IWMMXT if BR2_IWMMXT
default GENERIC_ARM if BR2_generic_arm
choice