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 e447748..091bbaf 100644 (file)
 menu "mpc8xx CPU"
-       depends on 8xx
+       depends on MPC8xx
 
 config SYS_CPU
        default "mpc8xx"
 
 choice
        prompt "Target select"
+       optional
 
-config TARGET_COGENT_MPC8XX
-       bool "Support cogent_mpc8xx"
+config TARGET_MCR3000
+       bool "Support MCR3000 board from CSSI"
 
-config TARGET_ESTEEM192E
-       bool "Support ESTEEM192E"
-
-config TARGET_HERMES
-       bool "Support hermes"
-
-config TARGET_IP860
-       bool "Support IP860"
-
-config TARGET_IVML24
-       bool "Support IVML24"
-
-config TARGET_IVMS8
-       bool "Support IVMS8"
-
-config TARGET_LWMON
-       bool "Support lwmon"
-
-config TARGET_NETVIA
-       bool "Support NETVIA"
-
-config TARGET_R360MPI
-       bool "Support R360MPI"
-
-config TARGET_RRVISION
-       bool "Support RRvision"
-
-config TARGET_SPD823TS
-       bool "Support SPD823TS"
-
-config TARGET_KUP4K
-       bool "Support KUP4K"
-
-config TARGET_KUP4X
-       bool "Support KUP4X"
-
-config TARGET_ELPT860
-       bool "Support ELPT860"
-
-config TARGET_UC100
-       bool "Support uc100"
+endchoice
 
-config TARGET_FPS850L
-       bool "Support FPS850L"
+choice
+       prompt "CPU select"
+       default MPC866
 
-config TARGET_FPS860L
-       bool "Support FPS860L"
+config MPC866
+       bool "MPC866"
+       select SYS_CACHE_SHIFT_4
 
-config TARGET_NSCU
-       bool "Support NSCU"
+config MPC885
+       bool "MPC885"
+       select SYS_CACHE_SHIFT_4
 
-config TARGET_SM850
-       bool "Support SM850"
+endchoice
 
-config TARGET_TK885D
-       bool "Support TK885D"
+config 8xx_GCLK_FREQ
+       int "CPU GCLK Frequency"
 
-config TARGET_TQM823L
-       bool "Support TQM823L"
+comment "Specific commands"
 
-config TARGET_TQM823M
-       bool "Support TQM823M"
+config CMD_IMMAP
+       bool "Enable various commands to dump IMMR information"
+       help
+         This enables various commands such as:
 
-config TARGET_TQM850L
-       bool "Support TQM850L"
+           siuinfo - print System Interface Unit (SIU) registers
+           memcinfo - print Memory Controller registers
 
-config TARGET_TQM850M
-       bool "Support TQM850M"
+comment "Configuration Registers"
 
-config TARGET_TQM855L
-       bool "Support TQM855L"
+config SYS_SIUMCR
+       hex "SIUMCR register"
+       help
+         SIU Module Configuration (11-6)
 
-config TARGET_TQM855M
-       bool "Support TQM855M"
+config SYS_SYPCR
+       hex "SYPCR register"
+       help
+         System Protection Control (11-9)
 
-config TARGET_TQM860L
-       bool "Support TQM860L"
+config SYS_TBSCR
+       hex "TBSCR register"
+       help
+         Time Base Status and Control (11-26)
 
-config TARGET_TQM860M
-       bool "Support TQM860M"
+config SYS_PISCR
+       hex "PISCR register"
+       help
+         Periodic Interrupt Status and Control (11-31)
 
-config TARGET_TQM862L
-       bool "Support TQM862L"
+config SYS_PLPRCR_BOOL
+       bool "Customise PLPRCR"
 
-config TARGET_TQM862M
-       bool "Support TQM862M"
+config SYS_PLPRCR
+       hex "PLPRCR register"
+       depends on SYS_PLPRCR_BOOL
+       help
+         PLL, Low-Power, and Reset Control Register (15-30)
 
-config TARGET_TQM866M
-       bool "Support TQM866M"
+config SYS_SCCR
+       hex "SCCR register"
+       help
+         System Clock and reset Control Register (15-27)
 
-config TARGET_TQM885D
-       bool "Support TQM885D"
+config SYS_SCCR_MASK
+       hex "MASK for setting SCCR register"
 
-config TARGET_VIRTLAB2
-       bool "Support virtlab2"
+config SYS_DER
+       hex "DER register"
+       help
+         Debug Event Register (37-47)
 
-endchoice
+config SYS_IMMR
+       hex "Value for IMMR"
 
-source "board/LEOX/elpt860/Kconfig"
-source "board/RRvision/Kconfig"
-source "board/cogent/Kconfig"
-source "board/esteem192e/Kconfig"
-source "board/hermes/Kconfig"
-source "board/ip860/Kconfig"
-source "board/ivm/Kconfig"
-source "board/kup/kup4k/Kconfig"
-source "board/kup/kup4x/Kconfig"
-source "board/lwmon/Kconfig"
-source "board/manroland/uc100/Kconfig"
-source "board/netvia/Kconfig"
-source "board/r360mpi/Kconfig"
-source "board/spd8xx/Kconfig"
-source "board/tqc/tqm8xx/Kconfig"
+source "board/cssi/MCR3000/Kconfig"
 
 endmenu