diff options
| author | Chris Zankel <czankel@tensilica.com> | 2005-06-30 05:58:58 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-30 11:45:10 -0400 |
| commit | 82300bf479d7cdf87214b81ca5dc003bbc4f7e8f (patch) | |
| tree | c95811e67608d3c36f756571defc4c97d01d32de | |
| parent | 5b0de927d9c9a72e42a4b581a897710f9ae5a6d1 (diff) | |
[PATCH] xtensa: Added mm/Kconfig to get a flat memory layout
Added 'mm/Kconfig' to the xtensa Kconfig file to get a flat memory layout.
Fixed a typo in one of the help texts (thanks Geert for pointing it out)
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | arch/xtensa/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 3e89767cea72..c9b5d298e3c4 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
| @@ -132,7 +132,7 @@ config XTENSA_CPU_CLOCK | |||
| 132 | config GENERIC_CALIBRATE_DELAY | 132 | config GENERIC_CALIBRATE_DELAY |
| 133 | bool "Auto calibration of the BogoMIPS value" | 133 | bool "Auto calibration of the BogoMIPS value" |
| 134 | ---help--- | 134 | ---help--- |
| 135 | The BogoMIPS value can easily derived from the CPU frequency. | 135 | The BogoMIPS value can easily be derived from the CPU frequency. |
| 136 | 136 | ||
| 137 | config CMDLINE_BOOL | 137 | config CMDLINE_BOOL |
| 138 | bool "Default bootloader kernel arguments" | 138 | bool "Default bootloader kernel arguments" |
| @@ -158,6 +158,8 @@ config XTENSA_ISS_NETWORK | |||
| 158 | depends on XTENSA_PLATFORM_ISS | 158 | depends on XTENSA_PLATFORM_ISS |
| 159 | default y | 159 | default y |
| 160 | 160 | ||
| 161 | source "mm/Kconfig" | ||
| 162 | |||
| 161 | endmenu | 163 | endmenu |
| 162 | 164 | ||
| 163 | menu "Bus options" | 165 | menu "Bus options" |
