]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/bcm63xx/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / mips / bcm63xx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e7300d04
MB
2menu "CPU support"
3 depends on BCM63XX
4
7b933421
FF
5config BCM63XX_CPU_3368
6 bool "support 3368 CPU"
68ac1d65 7 select SYS_HAS_CPU_BMIPS4350
7b933421
FF
8 select HW_HAS_PCI
9
e5766aea
JG
10config BCM63XX_CPU_6328
11 bool "support 6328 CPU"
68ac1d65 12 select SYS_HAS_CPU_BMIPS4350
19c860d9 13 select HW_HAS_PCI
e5766aea 14
e7300d04
MB
15config BCM63XX_CPU_6338
16 bool "support 6338 CPU"
68ac1d65 17 select SYS_HAS_CPU_BMIPS32_3300
e7300d04 18 select HW_HAS_PCI
e7300d04
MB
19
20config BCM63XX_CPU_6345
21 bool "support 6345 CPU"
68ac1d65 22 select SYS_HAS_CPU_BMIPS32_3300
e7300d04
MB
23
24config BCM63XX_CPU_6348
25 bool "support 6348 CPU"
68ac1d65 26 select SYS_HAS_CPU_BMIPS32_3300
e7300d04
MB
27 select HW_HAS_PCI
28
29config BCM63XX_CPU_6358
30 bool "support 6358 CPU"
68ac1d65 31 select SYS_HAS_CPU_BMIPS4350
e7300d04 32 select HW_HAS_PCI
04712f3f 33
2c8aaf71
JG
34config BCM63XX_CPU_6362
35 bool "support 6362 CPU"
68ac1d65 36 select SYS_HAS_CPU_BMIPS4350
2c8aaf71
JG
37 select HW_HAS_PCI
38
04712f3f
MB
39config BCM63XX_CPU_6368
40 bool "support 6368 CPU"
68ac1d65 41 select SYS_HAS_CPU_BMIPS4350
04712f3f 42 select HW_HAS_PCI
e7300d04
MB
43endmenu
44
45source "arch/mips/bcm63xx/boards/Kconfig"