diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-03 03:20:04 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-03 03:20:04 +0000 |
commit | 8a6ddb7ebfbd83c59cd1b13bc009696d1d25ffde (patch) | |
tree | 8fdd7a070e5d59e15b92aeab111250f53c20fd64 | |
parent | 3193f9827b51869180f13c14a1f049ffda859dac (diff) | |
download | upstream-8a6ddb7ebfbd83c59cd1b13bc009696d1d25ffde.tar.gz upstream-8a6ddb7ebfbd83c59cd1b13bc009696d1d25ffde.tar.bz2 upstream-8a6ddb7ebfbd83c59cd1b13bc009696d1d25ffde.zip |
[x86] target/patches: This has been sent upstream, but might not appear for a couple of weeks.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27373 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/patches-2.6.38/261-geode-mfd2.patch | 12 | ||||
-rw-r--r-- | target/linux/generic/patches-2.6.39/261-geode-mfd2.patch | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/261-geode-mfd2.patch b/target/linux/generic/patches-2.6.38/261-geode-mfd2.patch new file mode 100644 index 0000000000..61508bd129 --- /dev/null +++ b/target/linux/generic/patches-2.6.38/261-geode-mfd2.patch @@ -0,0 +1,12 @@ +--- linux-2.6.38.8/drivers/misc/Kconfig.orig 2011-06-02 19:35:11.000000000 -0600 ++++ linux-2.6.38.8/drivers/misc/Kconfig 2011-07-02 21:05:01.000000000 -0600 +@@ -224,8 +224,7 @@ config SGI_XP + + config CS5535_MFGPT + tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" +- depends on PCI +- depends on X86 ++ depends on PCI && X86 && MFD_CS5536 + default n + help + This driver provides access to MFGPT functionality for other diff --git a/target/linux/generic/patches-2.6.39/261-geode-mfd2.patch b/target/linux/generic/patches-2.6.39/261-geode-mfd2.patch new file mode 100644 index 0000000000..59e50aba38 --- /dev/null +++ b/target/linux/generic/patches-2.6.39/261-geode-mfd2.patch @@ -0,0 +1,12 @@ +--- linux-2.6.39.2/drivers/misc/Kconfig.orig 2011-06-23 16:06:00.000000000 -0600 ++++ linux-2.6.39.2/drivers/misc/Kconfig 2011-07-02 21:10:01.000000000 -0600 +@@ -232,8 +232,7 @@ config SGI_XP + + config CS5535_MFGPT + tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" +- depends on PCI +- depends on X86 ++ depends on PCI && X86 && MFD_CS5535 + default n + help + This driver provides access to MFGPT functionality for other |