You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
505 B
26 lines
505 B
16 years ago
|
menu "CPU support"
|
||
|
depends on BCM63XX
|
||
|
|
||
|
config BCM63XX_CPU_6338
|
||
|
bool "support 6338 CPU"
|
||
|
select HW_HAS_PCI
|
||
|
select USB_ARCH_HAS_OHCI
|
||
|
select USB_OHCI_BIG_ENDIAN_DESC
|
||
|
select USB_OHCI_BIG_ENDIAN_MMIO
|
||
|
|
||
|
config BCM63XX_CPU_6345
|
||
|
bool "support 6345 CPU"
|
||
|
select USB_OHCI_BIG_ENDIAN_DESC
|
||
|
select USB_OHCI_BIG_ENDIAN_MMIO
|
||
|
|
||
|
config BCM63XX_CPU_6348
|
||
|
bool "support 6348 CPU"
|
||
|
select HW_HAS_PCI
|
||
|
|
||
|
config BCM63XX_CPU_6358
|
||
|
bool "support 6358 CPU"
|
||
|
select HW_HAS_PCI
|
||
|
endmenu
|
||
|
|
||
|
source "arch/mips/bcm63xx/boards/Kconfig"
|