]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
kconfig: add Kconfig option for CMD_MII
[karo-tx-uboot.git] / common / Kconfig
index 83cceaaef7efe42b8330c74e434aae1242674240..1f361555dc15b3c3eabd682373622e72bc8fdd18 100644 (file)
@@ -214,6 +214,10 @@ config CMD_NAND_TRIMFFS
          for using NAND flash filesystems on NAND controllers with
          a non-0xff ECC code for all 0xff data.
 
+config CMD_ROMUPDATE
+       bool
+       depends on NAND
+
 config CMD_MMC
        bool "mmc/sd"
        select PARTITIONS
@@ -321,6 +325,11 @@ config CMD_LINK_LOCAL
        help
          Acquire a network IP address using the link-local protocol
 
+config CMD_MII
+       bool "MII register access"
+       help
+         Support reading/writing ETH PHY registers via MII bus
+
 endmenu
 
 menu "Misc commands"
@@ -381,3 +390,13 @@ config ENV_IS_IN_SPI_FLASH
 endchoice
 
 endmenu
+
+menu "Display configuration"
+
+config LCD
+       bool "LCD support"
+
+config DISPLAY_BOARDINFO
+       bool "Display board info"
+
+endmenu