]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/mips/bcm63xx/Kconfig
Merge branch '3.10-fixes' into mips-for-linux-next
[karo-tx-linux.git] / arch / mips / bcm63xx / Kconfig
1 menu "CPU support"
2         depends on BCM63XX
3
4 config BCM63XX_CPU_3368
5         bool "support 3368 CPU"
6         select HW_HAS_PCI
7
8 config BCM63XX_CPU_6328
9         bool "support 6328 CPU"
10         select HW_HAS_PCI
11
12 config BCM63XX_CPU_6338
13         bool "support 6338 CPU"
14         select HW_HAS_PCI
15
16 config BCM63XX_CPU_6345
17         bool "support 6345 CPU"
18
19 config BCM63XX_CPU_6348
20         bool "support 6348 CPU"
21         select HW_HAS_PCI
22
23 config BCM63XX_CPU_6358
24         bool "support 6358 CPU"
25         select HW_HAS_PCI
26
27 config BCM63XX_CPU_6362
28         bool "support 6362 CPU"
29         select HW_HAS_PCI
30
31 config BCM63XX_CPU_6368
32         bool "support 6368 CPU"
33         select HW_HAS_PCI
34 endmenu
35
36 source "arch/mips/bcm63xx/boards/Kconfig"