summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-08-27 12:43:44 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-08-27 12:43:44 +0000
commitd65a399730fee37fe2272a0298b129e2ef905f4f (patch)
treea9a7f6cfbf509d4bcc7258e8c8045561892e7773 /Kconfig
parent0371cfb1e9710fd703588fb314c5342f486eea80 (diff)
downloadOSELAS.Toolchain-d65a399730fee37fe2272a0298b129e2ef905f4f.tar.gz
OSELAS.Toolchain-d65a399730fee37fe2272a0298b129e2ef905f4f.tar.xz
2007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>
* general: Added simple check to fixup_ptxconfigs.sh, which prevents changes to non glibc configs * general: Added some output to 'oldconfig' script printing the name of the currently processed ptxconfig. Seems to be useful in case that oldconfig requests input for new kconfig options * ptxconfigs: Updated all ptxconfigs with 'oldconfig' script. Now uses ptxdist '1.svn' version for configuration. * general: Added kconfig define ARCH for avr-8 target. There was no default config set for this arch. 2007-08-24 Carsten Schlote <c.schlote@konzeptpark.de> * general: new architecture: m68k support added to kconfigs * ptxconfigs: added some experimental configs for m68k/coldfire git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3691 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 0b5ed20..4490eae 100644
--- a/Kconfig
+++ b/Kconfig
@@ -63,6 +63,9 @@ choice
config ARCH_ARM
bool "arm "
+ config ARCH_M68K
+ bool "m68k "
+
config ARCH_MIPS
bool "mips "
@@ -84,9 +87,11 @@ endchoice
config ARCH
string
default "arm" if ARCH_ARM
+ default "m68k" if ARCH_M68K
default "mips" if ARCH_MIPS
default "powerpc" if ARCH_POWERPC
default "i386" if ARCH_I386
+ default "avr" if ARCH_AVR
config GNU_TARGET
string