summaryrefslogtreecommitdiff
path: root/target/linux/bcm53xx/patches-3.10
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-07-28 21:10:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-28 21:10:42 +0000
commit24628e4ce7e8ec0597890d037473419c97f95765 (patch)
tree2dad952b8db387a328dddb35cd9ea3788eb0b4cc /target/linux/bcm53xx/patches-3.10
parentd6a23e1ae925b7edeaaa639158274abe040d9bdd (diff)
downloadmtk-20170518-24628e4ce7e8ec0597890d037473419c97f95765.zip
mtk-20170518-24628e4ce7e8ec0597890d037473419c97f95765.tar.gz
mtk-20170518-24628e4ce7e8ec0597890d037473419c97f95765.tar.bz2
bcm53xx: activate pci and usb in kernel config
This is not working, just compiling Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37583
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 1273f41..a94220b 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