diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-03 03:14:48 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-03 03:14:48 +0000 |
commit | a661e5a1a8b9ab1d635d606b79348d7153a86366 (patch) | |
tree | 7dbbd6ed644892440fa1566a0010a9c5c8b9e964 /target/linux/generic/patches-2.6.38 | |
parent | fcee088c70304373e8ae3beb6f463c271a93eaf7 (diff) | |
download | upstream-a661e5a1a8b9ab1d635d606b79348d7153a86366.tar.gz upstream-a661e5a1a8b9ab1d635d606b79348d7153a86366.tar.bz2 upstream-a661e5a1a8b9ab1d635d606b79348d7153a86366.zip |
Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.38')
-rw-r--r-- | target/linux/generic/patches-2.6.38/260-geode-mfd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/260-geode-mfd.patch b/target/linux/generic/patches-2.6.38/260-geode-mfd.patch new file mode 100644 index 0000000000..5f7630ffcc --- /dev/null +++ b/target/linux/generic/patches-2.6.38/260-geode-mfd.patch @@ -0,0 +1,11 @@ +--- linux-2.6.38.8/drivers/gpio/Kconfig.orig 2011-06-02 19:35:11.000000000 -0600 ++++ linux-2.6.38.8/drivers/gpio/Kconfig 2011-06-29 20:05:20.000000000 -0600 +@@ -295,7 +295,7 @@ comment "PCI GPIO expanders:" + + config GPIO_CS5535 + tristate "AMD CS5535/CS5536 GPIO support" +- depends on PCI && X86 && !CS5535_GPIO ++ depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535 + help + The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that + can be used for quite a number of things. The CS5535/6 is found on |