summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPaul Mundt2005-05-07 19:28:49 +0200
committerPaul Mundt2005-05-07 19:28:49 +0200
commitd66db536c3dd1565c31aad63ce95dbe9c4cb3d21 (patch)
tree5ac5ad1caa5304366767cebddee5d9edd7d80c92 /Config.in
parentTeach cramfs to handle byteswapping sanely. I want to specify (diff)
downloadbuildroot-d66db536c3dd1565c31aad63ce95dbe9c4cb3d21.tar.gz
buildroot-d66db536c3dd1565c31aad63ce95dbe9c4cb3d21.tar.xz
buildroot-d66db536c3dd1565c31aad63ce95dbe9c4cb3d21.zip
Add an sh2eb target.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 522106e2e..c0c38ff6f 100644
--- a/Config.in
+++ b/Config.in
@@ -58,6 +58,9 @@ choice
config BR2_sh2a_nofpueb
bool "sh2a_nofpueb"
+config BR2_sh2eb
+ bool "sh2eb"
+
config BR2_sh3
bool "sh3"
@@ -83,6 +86,7 @@ config BR2_ARCH
default "mipsel" if BR2_mipsel
default "powerpc" if BR2_powerpc
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
+ default "sh2eb" if BR2_sh2eb
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
default "sh4" if BR2_sh4