]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/ppc4xx/Kconfig
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / Kconfig
index a6066efe8167b66ecca945faf63470922daacf95..77e8fd458e5586786af8d39fd49d581600b9d8b0 100644 (file)
@@ -129,6 +129,20 @@ config TARGET_XILINX_PPC440_GENERIC
 
 endchoice
 
+config CMD_CHIP_CONFIG
+       bool "Enable the 'chip_config' command"
+       help
+         This command programs the I2C bootstrap EEPROM or shows a list of
+         possible configurations. The configurations are board-specific
+         and control the CPU and peripehrals clocks. The programmed
+         configuration is then used when the board boots.
+
+config CMD_ECCTEST
+       bool "Enable the 'ecctest' command"
+       help
+         This command tests memory ECC by single and double error bit
+         injection.
+
 source "board/amcc/acadia/Kconfig"
 source "board/amcc/bamboo/Kconfig"
 source "board/amcc/bubinga/Kconfig"