summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.h8300
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-19 22:41:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-19 22:41:17 +0000
commit2304e360269b8e53e5ff7853358e5283e1e86061 (patch)
tree2c5221201ee428d25ec93350611a1818e3b15f1b /extra/Configs/Config.h8300
parenteb02583637cab8746282c5ad266d73c09912aa73 (diff)
fix breakage from HAVE_ELF removal and standardize all the arch config files
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r--extra/Configs/Config.h83008
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300
index c9b74d87e..f9f82a8a3 100644
--- a/extra/Configs/Config.h8300
+++ b/extra/Configs/Config.h8300
@@ -3,6 +3,9 @@
# see extra/config/Kconfig-language.txt
#
+config TARGET_ARCH
+ default "h8300"
+
config ARCH_SUPPORTS_BIG_ENDIAN
bool
default y
@@ -11,9 +14,10 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
bool
default y
-config TARGET_ARCH
+config TARGET_ARCH_FEATURES
+ bool
+ default y
select ARCH_HAS_NO_MMU
- default "h8300"
choice
prompt "Target Processor"