diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-18 12:55:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-21 12:07:03 -0400 |
commit | 318883517ebc56e1f9068597e9875f578016e225 (patch) | |
tree | cf5e99f4774eb02ad7363bc753d168c082466e8d /arch/mips | |
parent | c5e1503fd0428ed3a2e5e48734f47c9f4dfe5a3d (diff) |
MIPS: BCM63XX: remove bogus Kconfig selects
Remove the bogus selects on USB-related symbols for 6345 and 6338, not
only we do not yet support USB on BCM63XX, but they also cause the
following warnings:
warning: (BCM63XX_CPU_6338 && BCM63XX_CPU_6345) selects
USB_OHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies
(USB_SUPPORT && USB && USB_OHCI_HCD)
warning: (BCM63XX_CPU_6338 && BCM63XX_CPU_6345) selects
USB_OHCI_BIG_ENDIAN_DESC which has unmet direct dependencies
(USB_SUPPORT && USB && USB_OHCI_HCD)
make[4]: Leaving directory `/home/florian/dev/linux'
Just get rid of these bogus Kconfig selects because neither 6345 nor
6338 actually have built-in USB host controllers.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: jogo@openwrt.org
Patchwork: http://patchwork.linux-mips.org/patch/5497/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/bcm63xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/bcm63xx/Kconfig b/arch/mips/bcm63xx/Kconfig index 5639662fd503..165727daa602 100644 --- a/arch/mips/bcm63xx/Kconfig +++ b/arch/mips/bcm63xx/Kconfig | |||
@@ -8,14 +8,9 @@ config BCM63XX_CPU_6328 | |||
8 | config BCM63XX_CPU_6338 | 8 | config BCM63XX_CPU_6338 |
9 | bool "support 6338 CPU" | 9 | bool "support 6338 CPU" |
10 | select HW_HAS_PCI | 10 | select HW_HAS_PCI |
11 | select USB_ARCH_HAS_OHCI | ||
12 | select USB_OHCI_BIG_ENDIAN_DESC | ||
13 | select USB_OHCI_BIG_ENDIAN_MMIO | ||
14 | 11 | ||
15 | config BCM63XX_CPU_6345 | 12 | config BCM63XX_CPU_6345 |
16 | bool "support 6345 CPU" | 13 | bool "support 6345 CPU" |
17 | select USB_OHCI_BIG_ENDIAN_DESC | ||
18 | select USB_OHCI_BIG_ENDIAN_MMIO | ||
19 | 14 | ||
20 | config BCM63XX_CPU_6348 | 15 | config BCM63XX_CPU_6348 |
21 | bool "support 6348 CPU" | 16 | bool "support 6348 CPU" |