summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index e28e4c4bce7..8d63afeb138 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -11,14 +11,14 @@ config HAVE_ARCH_IOREMAP
config HAVE_SETJMP
bool
help
- The architecture supports setjmp() and longjmp().
+ The architecture supports setjmp() and longjmp().
config HAVE_INITJMP
bool
depends on HAVE_SETJMP
help
- The architecture supports initjmp(), a non-standard companion to
- setjmp() and longjmp().
+ The architecture supports initjmp(), a non-standard companion to
+ setjmp() and longjmp().
config SUPPORT_BIG_ENDIAN
bool
@@ -457,11 +457,11 @@ config SYS_CONFIG_NAME
config SYS_DISABLE_DCACHE_OPS
bool
help
- This option disables dcache flush and dcache invalidation
- operations. For example, on coherent systems where cache
- operatios are not required, enable this option to avoid them.
- Note that, its up to the individual architectures to implement
- this functionality.
+ This option disables dcache flush and dcache invalidation
+ operations. For example, on coherent systems where cache
+ operatios are not required, enable this option to avoid them.
+ Note that, its up to the individual architectures to implement
+ this functionality.
config SYS_IMMR
hex "Address for the Internal Memory-Mapped Registers (IMMR) window"