summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 19ab4832d3..9141cd52ae 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -183,6 +183,26 @@ config SKIP_LOWLEVEL_INIT
bool
depends on ARM
prompt "Skip lowlevel init"
+ help
+ This entry skips the SDRAM initialising on many ARM based boards.
+ It enables using UBoot2 as a second stage bootloader.
+config ENABLE_FLASH_NOISE
+ bool
+ prompt "verbose flash handling"
+ help
+ Enable this to get noisy flash handling routines
+
+config ENABLE_PARTITION_NOISE
+ bool
+ prompt "verbose partition handling"
+ help
+ Enable this to get noisy partition handling routines
+
+config ENABLE_DEVICE_NOISE
+ bool
+ prompt "verbose device handling"
+ help
+ Enable this to get noisy device handling routines
endmenu