projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tools] cleanup imagetag
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
Kconfig
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/Kconfig
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/Kconfig
index
8c192e7
..
b21c03e
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Kconfig
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Kconfig
@@
-1,10
+1,18
@@
menu "CPU support"
depends on BCM63XX
menu "CPU support"
depends on BCM63XX
+config BCM63XX_CPU_6338
+ bool "support 6338 CPU"
+ select USB_ARCH_HAS_OHCI
+ select USB_ARCH_HAS_UDC
+ select USB_OHCI_BIG_ENDIAN_DESC
+ select USB_OHCI_BIG_ENDIAN_MMIO
+
config BCM63XX_CPU_6348
bool "support 6348 CPU"
select HW_HAS_PCI
select USB_ARCH_HAS_OHCI
config BCM63XX_CPU_6348
bool "support 6348 CPU"
select HW_HAS_PCI
select USB_ARCH_HAS_OHCI
+ select USB_ARCH_HAS_UDC
select USB_OHCI_BIG_ENDIAN_DESC
select USB_OHCI_BIG_ENDIAN_MMIO
select USB_OHCI_BIG_ENDIAN_DESC
select USB_OHCI_BIG_ENDIAN_MMIO
This page took
0.025914 seconds
and
4
git commands to generate.