diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-03 03:14:51 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-03 03:14:51 +0000 |
commit | f2d749ee15552890ed3272fd0d46e18c7b0a3049 (patch) | |
tree | 0c0517ccd5d09cdfc8299f8b8fbbb9930b0d4649 /target/linux/generic/patches-2.6.38 | |
parent | 209a776f225b59319ad8a970e939bfa039eff14e (diff) | |
download | upstream-f2d749ee15552890ed3272fd0d46e18c7b0a3049.tar.gz upstream-f2d749ee15552890ed3272fd0d46e18c7b0a3049.tar.bz2 upstream-f2d749ee15552890ed3272fd0d46e18c7b0a3049.zip |
Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped."
This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af.
SVN-Revision: 27370
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, 0 insertions, 11 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 deleted file mode 100644 index 5f7630ffcc..0000000000 --- a/target/linux/generic/patches-2.6.38/260-geode-mfd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |