diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 14:33:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 14:33:07 +0000 |
commit | 8bc84bac3137b4a3b35ad1db604f7259adf8b05e (patch) | |
tree | 5386b0496c72787379f1d8bec656a7dd922dc0ef /target/linux/mcs814x/patches-3.3 | |
parent | a9ef927cce2c1d053b84d07717dc9c10ac64c2a9 (diff) | |
download | upstream-8bc84bac3137b4a3b35ad1db604f7259adf8b05e.tar.gz upstream-8bc84bac3137b4a3b35ad1db604f7259adf8b05e.tar.bz2 upstream-8bc84bac3137b4a3b35ad1db604f7259adf8b05e.zip |
mcs814x: remove PCI code
None of the boards we support are using it nor have it wired out of the
SoC, just remove it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36061
Diffstat (limited to 'target/linux/mcs814x/patches-3.3')
-rw-r--r-- | target/linux/mcs814x/patches-3.3/001-platform.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mcs814x/patches-3.3/001-platform.patch b/target/linux/mcs814x/patches-3.3/001-platform.patch index 70cc355d02..8cfed8ca9a 100644 --- a/target/linux/mcs814x/patches-3.3/001-platform.patch +++ b/target/linux/mcs814x/patches-3.3/001-platform.patch @@ -1,12 +1,11 @@ --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -869,6 +869,22 @@ config ARCH_EXYNOS +@@ -869,6 +869,21 @@ config ARCH_EXYNOS help Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) +config ARCH_MCS814X + bool "Moschip MCS814x" -+ select MIGHT_HAVE_PCI + select FIQ + select GENERIC_IRQ_CHIP + select GENERIC_GPIO |