aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-3.10
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-07-28 21:10:42 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-07-28 21:10:42 +0000
commitf964d1e3784ed7afb7beca0b849bd7563509e042 (patch)
tree8222e6645b1ccb9e1b53d14faa37ec2caf4dd745 /target/linux/bcm53xx/patches-3.10
parent7cfaabb28e3c9ef895b6ebd30b81467f4965fc5e (diff)
downloadmaster-187ad058-f964d1e3784ed7afb7beca0b849bd7563509e042.tar.gz
master-187ad058-f964d1e3784ed7afb7beca0b849bd7563509e042.tar.bz2
master-187ad058-f964d1e3784ed7afb7beca0b849bd7563509e042.zip
bcm53xx: activate pci and usb in kernel config
This is not working, just compiling Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10')
-rw-r--r--target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch b/target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch
index 1273f416ed..a94220b060 100644
--- a/target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch
+++ b/target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch
@@ -213,7 +213,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+#include <asm/hardware/debug-8250.S>
--- /dev/null
+++ b/arch/arm/mach-bcm53xx/Kconfig
-@@ -0,0 +1,15 @@
+@@ -0,0 +1,16 @@
+config ARCH_BCM53XX
+ bool "Broadcom BCM47XX / BCM53XX ARM SoC"
+ select CPU_V7
@@ -227,6 +227,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+ select GENERIC_CLOCKEVENTS_BUILD
+ select GENERIC_CLOCKEVENTS
+ select ARM_GLOBAL_TIMER
++ select MIGHT_HAVE_PCI
+ help
+ Support for Broadcom BCM47XX and BCM53XX SoCs with ARM CPU cores.
--- /dev/null