diff options
author | Chris Zankel <czankel@tensilica.com> | 2005-06-24 09:01:10 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 11:05:21 +0400 |
commit | 8e1a6dd2fddcc73c9e933758361e3d9c076c688a (patch) | |
tree | 30d6c0cdc7f21d1357917517351a1c259f3eba4b /arch/xtensa/Kconfig.debug | |
parent | 48b415ca13bac91f83db3b9d362fd5ae0ce275cb (diff) | |
download | linux-8e1a6dd2fddcc73c9e933758361e3d9c076c688a.tar.xz |
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 1
The attached patches provides part 1 of an architecture implementation for the
Tensilica Xtensa CPU series.
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa/Kconfig.debug')
-rw-r--r-- | arch/xtensa/Kconfig.debug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig.debug b/arch/xtensa/Kconfig.debug new file mode 100644 index 000000000000..11c585295dd7 --- /dev/null +++ b/arch/xtensa/Kconfig.debug @@ -0,0 +1,7 @@ +menu "Kernel hacking" + +source "lib/Kconfig.debug" + +endmenu + + |