From 909210ca4eb86201e93513eff58e5ec59ff02a67 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 8 Nov 2012 05:40:34 +0000 Subject: [cns3xxx]: fixup symbol selection SMP already selects HAVE_ARM_TWD and HAVE_ARM_SCU, ARCH_CNS3XXX already selects MIGHT_HAVE_PCI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34114 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/cns3xxx/patches-3.3/002-cns3xxx_wdt.patch | 10 ---------- .../cns3xxx/patches-3.3/049-cns3xxx_smp_support.patch | 14 ++------------ target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 4 +--- 3 files changed, 3 insertions(+), 25 deletions(-) (limited to 'target/linux/cns3xxx') diff --git a/target/linux/cns3xxx/patches-3.3/002-cns3xxx_wdt.patch b/target/linux/cns3xxx/patches-3.3/002-cns3xxx_wdt.patch index d01333426..46347621e 100644 --- a/target/linux/cns3xxx/patches-3.3/002-cns3xxx_wdt.patch +++ b/target/linux/cns3xxx/patches-3.3/002-cns3xxx_wdt.patch @@ -11,16 +11,6 @@ arch/arm/Kconfig | 1 + arch/arm/mach-cns3xxx/cns3420vb.c | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 0 deletions(-) ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -372,6 +372,7 @@ config ARCH_CNS3XXX - select MIGHT_HAVE_CACHE_L2X0 - select MIGHT_HAVE_PCI - select PCI_DOMAINS if PCI -+ select HAVE_ARM_TWD - help - Support for Cavium Networks CNS3XXX platform. - --- a/arch/arm/configs/cns3420vb_defconfig +++ b/arch/arm/configs/cns3420vb_defconfig @@ -53,6 +53,8 @@ CONFIG_LEGACY_PTY_COUNT=16 diff --git a/target/linux/cns3xxx/patches-3.3/049-cns3xxx_smp_support.patch b/target/linux/cns3xxx/patches-3.3/049-cns3xxx_smp_support.patch index c2225ae02..578cbaf35 100644 --- a/target/linux/cns3xxx/patches-3.3/049-cns3xxx_smp_support.patch +++ b/target/linux/cns3xxx/patches-3.3/049-cns3xxx_smp_support.patch @@ -7,22 +7,12 @@ +obj-$(CONFIG_SMP) += platsmp.o headsmp.o +obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o +obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o ---- a/arch/arm/mach-cns3xxx/Kconfig -+++ b/arch/arm/mach-cns3xxx/Kconfig -@@ -3,6 +3,7 @@ menu "CNS3XXX platform type" - - config MACH_CNS3420VB - bool "Support for CNS3420 Validation Board" -+ select HAVE_ARM_SCU if SMP - select MIGHT_HAVE_PCI - help - Include support for the Cavium Networks CNS3420 MPCore Platform --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -373,6 +373,7 @@ config ARCH_CNS3XXX +@@ -372,6 +372,7 @@ config ARCH_CNS3XXX + select MIGHT_HAVE_CACHE_L2X0 select MIGHT_HAVE_PCI select PCI_DOMAINS if PCI - select HAVE_ARM_TWD + select HAVE_SMP help Support for Cavium Networks CNS3XXX platform. diff --git a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch index 6fa474cb6..e73d7bd9d 100644 --- a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch +++ b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch @@ -1,13 +1,11 @@ --- a/arch/arm/mach-cns3xxx/Kconfig +++ b/arch/arm/mach-cns3xxx/Kconfig -@@ -11,4 +11,14 @@ config MACH_CNS3420VB +@@ -10,4 +10,12 @@ config MACH_CNS3420VB This is a platform with an on-board ARM11 MPCore and has support for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc. +config MACH_GW2388 + bool "Support for Gateworks Laguna Platform" -+ select HAVE_ARM_SCU if SMP -+ select MIGHT_HAVE_PCI + help + Include support for the Gateworks Laguna Platform + -- cgit v1.2.3