Kconfig (df9b42963f2d010ae3163a894ce22cf6b27cd344) | Kconfig (2c8aaf71b0a4738ae8cb70d9367089bdb892aea3) |
---|---|
1menu "CPU support" 2 depends on BCM63XX 3 4config BCM63XX_CPU_6328 5 bool "support 6328 CPU" 6 select HW_HAS_PCI 7 8config BCM63XX_CPU_6338 --- 11 unchanged lines hidden (view full) --- 20config BCM63XX_CPU_6348 21 bool "support 6348 CPU" 22 select HW_HAS_PCI 23 24config BCM63XX_CPU_6358 25 bool "support 6358 CPU" 26 select HW_HAS_PCI 27 | 1menu "CPU support" 2 depends on BCM63XX 3 4config BCM63XX_CPU_6328 5 bool "support 6328 CPU" 6 select HW_HAS_PCI 7 8config BCM63XX_CPU_6338 --- 11 unchanged lines hidden (view full) --- 20config BCM63XX_CPU_6348 21 bool "support 6348 CPU" 22 select HW_HAS_PCI 23 24config BCM63XX_CPU_6358 25 bool "support 6358 CPU" 26 select HW_HAS_PCI 27 |
28config BCM63XX_CPU_6362 29 bool "support 6362 CPU" 30 select HW_HAS_PCI 31 |
|
28config BCM63XX_CPU_6368 29 bool "support 6368 CPU" 30 select HW_HAS_PCI 31endmenu 32 33source "arch/mips/bcm63xx/boards/Kconfig" | 32config BCM63XX_CPU_6368 33 bool "support 6368 CPU" 34 select HW_HAS_PCI 35endmenu 36 37source "arch/mips/bcm63xx/boards/Kconfig" |