Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc8xx / Kconfig
index e8bcbe9..091bbaf 100644 (file)
@@ -1,50 +1,92 @@
 menu "mpc8xx CPU"
-       depends on 8xx
+       depends on MPC8xx
 
 config SYS_CPU
        default "mpc8xx"
 
 choice
        prompt "Target select"
+       optional
 
-config TARGET_TQM823L
-       bool "Support TQM823L"
+config TARGET_MCR3000
+       bool "Support MCR3000 board from CSSI"
 
-config TARGET_TQM823M
-       bool "Support TQM823M"
+endchoice
+
+choice
+       prompt "CPU select"
+       default MPC866
 
-config TARGET_TQM850L
-       bool "Support TQM850L"
+config MPC866
+       bool "MPC866"
+       select SYS_CACHE_SHIFT_4
 
-config TARGET_TQM850M
-       bool "Support TQM850M"
+config MPC885
+       bool "MPC885"
+       select SYS_CACHE_SHIFT_4
 
-config TARGET_TQM855L
-       bool "Support TQM855L"
+endchoice
 
-config TARGET_TQM855M
-       bool "Support TQM855M"
+config 8xx_GCLK_FREQ
+       int "CPU GCLK Frequency"
 
-config TARGET_TQM860L
-       bool "Support TQM860L"
+comment "Specific commands"
 
-config TARGET_TQM860M
-       bool "Support TQM860M"
+config CMD_IMMAP
+       bool "Enable various commands to dump IMMR information"
+       help
+         This enables various commands such as:
 
-config TARGET_TQM862L
-       bool "Support TQM862L"
+           siuinfo - print System Interface Unit (SIU) registers
+           memcinfo - print Memory Controller registers
 
-config TARGET_TQM862M
-       bool "Support TQM862M"
+comment "Configuration Registers"
 
-config TARGET_TQM866M
-       bool "Support TQM866M"
+config SYS_SIUMCR
+       hex "SIUMCR register"
+       help
+         SIU Module Configuration (11-6)
 
-config TARGET_TQM885D
-       bool "Support TQM885D"
+config SYS_SYPCR
+       hex "SYPCR register"
+       help
+         System Protection Control (11-9)
 
-endchoice
+config SYS_TBSCR
+       hex "TBSCR register"
+       help
+         Time Base Status and Control (11-26)
+
+config SYS_PISCR
+       hex "PISCR register"
+       help
+         Periodic Interrupt Status and Control (11-31)
+
+config SYS_PLPRCR_BOOL
+       bool "Customise PLPRCR"
+
+config SYS_PLPRCR
+       hex "PLPRCR register"
+       depends on SYS_PLPRCR_BOOL
+       help
+         PLL, Low-Power, and Reset Control Register (15-30)
+
+config SYS_SCCR
+       hex "SCCR register"
+       help
+         System Clock and reset Control Register (15-27)
+
+config SYS_SCCR_MASK
+       hex "MASK for setting SCCR register"
+
+config SYS_DER
+       hex "DER register"
+       help
+         Debug Event Register (37-47)
+
+config SYS_IMMR
+       hex "Value for IMMR"
 
-source "board/tqc/tqm8xx/Kconfig"
+source "board/cssi/MCR3000/Kconfig"
 
 endmenu