diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-11-08 05:40:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-11-08 05:40:34 +0000 |
commit | efcdc21824f04c32aa9f12fcbb18d38827d2f639 (patch) | |
tree | 70fbe9a95a345cdb0a010cb4cfdc2bf44baed7bc /target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | |
parent | 4d66b749deda7115ad59b3b90c287c5fd1ef770b (diff) | |
download | mtk-20170518-efcdc21824f04c32aa9f12fcbb18d38827d2f639.zip mtk-20170518-efcdc21824f04c32aa9f12fcbb18d38827d2f639.tar.gz mtk-20170518-efcdc21824f04c32aa9f12fcbb18d38827d2f639.tar.bz2 |
fixup symbol selection
SMP already selects HAVE_ARM_TWD and HAVE_ARM_SCU,
ARCH_CNS3XXX already selects MIGHT_HAVE_PCI
SVN-Revision: 34114
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/300-laguna_support.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 4 |
1 files changed, 1 insertions, 3 deletions
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 6fa474c..e73d7bd 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 + |