Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menu "CPU support"
0003         depends on BCM63XX
0004 
0005 config BCM63XX_CPU_3368
0006         bool "support 3368 CPU"
0007         select SYS_HAS_CPU_BMIPS4350
0008         select HAVE_PCI
0009 
0010 config BCM63XX_CPU_6328
0011         bool "support 6328 CPU"
0012         select SYS_HAS_CPU_BMIPS4350
0013         select HAVE_PCI
0014 
0015 config BCM63XX_CPU_6338
0016         bool "support 6338 CPU"
0017         select SYS_HAS_CPU_BMIPS32_3300
0018         select HAVE_PCI
0019 
0020 config BCM63XX_CPU_6345
0021         bool "support 6345 CPU"
0022         select SYS_HAS_CPU_BMIPS32_3300
0023 
0024 config BCM63XX_CPU_6348
0025         bool "support 6348 CPU"
0026         select SYS_HAS_CPU_BMIPS32_3300
0027         select HAVE_PCI
0028 
0029 config BCM63XX_CPU_6358
0030         bool "support 6358 CPU"
0031         select SYS_HAS_CPU_BMIPS4350
0032         select HAVE_PCI
0033 
0034 config BCM63XX_CPU_6362
0035         bool "support 6362 CPU"
0036         select SYS_HAS_CPU_BMIPS4350
0037         select HAVE_PCI
0038 
0039 config BCM63XX_CPU_6368
0040         bool "support 6368 CPU"
0041         select SYS_HAS_CPU_BMIPS4350
0042         select HAVE_PCI
0043 endmenu
0044 
0045 source "arch/mips/bcm63xx/boards/Kconfig"