diff options
author | Andre Heider <a.heider@gmail.com> | 2011-08-11 21:31:09 +0200 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-04-24 15:34:18 -0700 |
commit | bdf0ccd43e7becc78c0f4895eb3f330a708443c0 (patch) | |
tree | 75dfaa0df48072ce6b3e3a51bcff2f76392162d1 /arch/powerpc/platforms/ps3 | |
parent | 8ac5fd118cd137db5ca8c786778ba600f87111a0 (diff) |
powerpc/ps3: Remove MEMORY_HOTPLUG requirement
The dependency on hotplug memory was removed, so
remove the dependency in the Kconfig.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3')
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index 4210aaae6e0d..b72425a59b94 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig @@ -7,7 +7,6 @@ config PPC_PS3 select USB_OHCI_BIG_ENDIAN_MMIO select USB_ARCH_HAS_EHCI select USB_EHCI_BIG_ENDIAN_MMIO - select MEMORY_HOTPLUG select PPC_PCI_CHOICE help This option enables support for the Sony PS3 game console |