]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Kconfig
dm: Add a simple EEPROM driver
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9b16d665f245178fa63fe3a16bc3d5b9c4defed2..153ee2b507a0dc1569f11bd15e1cfdda50b01d33 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE
 
 endmenu                # General setup
 
+menuconfig EXPERT
+        bool "Configure standard U-Boot features (expert users)"
+        help
+          This option allows certain base U-Boot options and settings
+          to be disabled or tweaked. This is for specialized
+          environments which can tolerate a "non-standard" U-Boot.
+          Only use this if you really know what you are doing.
+
 menu "Boot images"
 
 config SPL_BUILD