]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
Add a 'cpu' command to print CPU information
[karo-tx-uboot.git] / common / Kconfig
index ff9464c9dc6569c07419b302809ca2e6a563dc55..45af110ed0c894ca942f9632ae6f72c9302994eb 100644 (file)
@@ -33,6 +33,14 @@ config CMD_CONSOLE
        help
          Print console devices and information.
 
+config CMD_CPU
+       bool "cpu"
+       help
+         Print information about available CPUs. This normally shows the
+         number of CPUs, type (e.g. manufacturer, architecture, product or
+         internal name) and clock frequency. Other information may be
+         available depending on the CPU driver.
+
 config CMD_LICENSE
        bool "license"
        help