summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-18 21:03:32 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-18 21:03:32 +0200
commit98839f801049609613a964e0526083b66d236e5a (patch)
treea7b1a4e1956698c02bf6f9b90691d3d4065408d1 /common/Kconfig
parent8ecd28c8190734a6bd1323ca8e2d41d6be8b15cd (diff)
downloadbarebox-98839f801049609613a964e0526083b66d236e5a.tar.gz
barebox-98839f801049609613a964e0526083b66d236e5a.tar.xz
adding noisy support
Diffstat (limited to 'common/Kconfig')
-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