edid: Add a function to read detailed monitor timings
[oweals/u-boot.git] / common / Kconfig
index 17930a4ff3e70de42759f0a123593ade2f4c54d5..15759f75aa35b2655afd63502aa77a5f055bd227 100644 (file)
@@ -31,6 +31,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
@@ -300,11 +308,6 @@ config CMD_DNS
        help
          Lookup the IP of a hostname
 
-config CMD_DNS
-       bool "dns"
-       help
-         Lookup the IP of a hostname
-
 config CMD_LINK_LOCAL
        bool "linklocal"
        help