diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-06-12 15:33:12 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-07-17 00:57:50 +0200 |
commit | 2d07db33d1875dcaada8eb7e69c68aeede722bb5 (patch) | |
tree | 9c09fb8d4926f7c4a1e363d8497fc4ac473a8dc1 /arch/powerpc/platforms/85xx/Kconfig | |
parent | fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code (diff) | |
download | linux-2d07db33d1875dcaada8eb7e69c68aeede722bb5.tar.xz linux-2d07db33d1875dcaada8eb7e69c68aeede722bb5.zip |
powerpc: Remove Kconfig PPC_CPM_NEW_BINDING
With arch/ppc gone and all in kernel users of CONFIG_PPC_CPM_NEW_BINDING
fixed up we dont have need for the Kconfig option anymore.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index cccc85a65041..291675b0097a 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -86,7 +86,6 @@ config TQM8548 help This option enables support for the TQ Components TQM8548 board. select DEFAULT_UIMAGE - select PPC_CPM_NEW_BINDING select TQM85xx config TQM8555 |