[yocto] [PATCH 16/17] routerstationpro: add remove-superfluous-endif patch to scc

Darren Hart dvhart at linux.intel.com
Thu Aug 11 01:23:47 PDT 2011


This patch corresponds to the one I am sending for the
standard/routerstationpro branch.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 .../remove-superfluous-endif-in-gpio-Kconfig.patch |   36 ++++++++++++++++++++
 .../bsp/routerstationpro/routerstationpro.scc      |    1 +
 2 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/routerstationpro/remove-superfluous-endif-in-gpio-Kconfig.patch

diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/remove-superfluous-endif-in-gpio-Kconfig.patch b/meta/cfg/kernel-cache/bsp/routerstationpro/remove-superfluous-endif-in-gpio-Kconfig.patch
new file mode 100644
index 0000000..32b4c33
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/routerstationpro/remove-superfluous-endif-in-gpio-Kconfig.patch
@@ -0,0 +1,36 @@
+From 7c42fcf48b060cae1f8e4c54e4936bd3c6294110 Mon Sep 17 00:00:00 2001
+Message-Id: <7c42fcf48b060cae1f8e4c54e4936bd3c6294110.1313039692.git.dvhart at linux.intel.com>
+From: Darren Hart <dvhart at linux.intel.com>
+Date: Wed, 10 Aug 2011 22:05:17 -0700
+Subject: [PATCH] routerstationpro: remove superfluous endif in gpio Kconfig
+
+The following patch introduced a superfluous endif at the end
+of drivers/gpio/Kconfig, resulting in configuration failures.
+
+commit d3bce96fa662b68f4de2146894c026a9da561df7
+Author: Zumeng Chen <zumeng.chen at windriver.com>
+Date:   Wed Sep 29 09:58:56 2010 +0800
+
+    Add gpio support for nxp_74hc153
+
+Remove the extra endif.
+
+Signed-off-by: Darren Hart <dvhart at linux.intel.com>
+CC: Zumeng Chen <zumeng.chen at windriver.com>
+---
+ drivers/gpio/Kconfig |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
+index 29591e2..df5c97c 100644
+--- a/drivers/gpio/Kconfig
++++ b/drivers/gpio/Kconfig
+@@ -463,5 +463,3 @@ config GPIO_NXP_74HC153
+ 	help
+ 	  Platform driver for NXP 74HC153 Dual 4-input Multiplexer. This
+ 	  provides a GPIO interface supporting inputs.
+-
+-endif
+-- 
+1.7.6
+
diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.scc b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.scc
index ce4b227..1bfa1ee 100644
--- a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.scc
+++ b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.scc
@@ -6,6 +6,7 @@ include cfg/vfat.scc
 patch Add-arch-suport-for-ar71xx.patch
 patch Add-include-file-support-ar71xx.patch
 patch Add-gpio-support-for-nxp_74hc153.patch
+patch remove-superfluous-endif-in-gpio-Kconfig.patch
 patch Add-pci-supoprt-for-ar7xxx.patch
 patch Add-leds-support-for-ar71xx.patch
 patch Add-mtd-support-ar71xx.patch
-- 
1.7.6




More information about the yocto mailing list