diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-06-15 18:07:16 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 05:18:04 -0400 |
commit | ae639ac97917929ae4ed752b1abf2adc70dd801c (patch) | |
tree | 117f8e26131be8ccd60b706dbceca869d63d8bf2 | |
parent | 9065762edf5ac90e312af1f81e03dc2c964d5a86 (diff) |
[POWERPC] PS3: Select MEMORY_HOTPLUG
The PS3 uses the kernel's hotplug memory support, so make sure it is
always enabled when building for PS3.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index b5122a764813..9c5a15d9c9ec 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -7,6 +7,7 @@ config PPC_PS3 | |||
7 | select USB_OHCI_BIG_ENDIAN_MMIO | 7 | select USB_OHCI_BIG_ENDIAN_MMIO |
8 | select USB_ARCH_HAS_EHCI | 8 | select USB_ARCH_HAS_EHCI |
9 | select USB_EHCI_BIG_ENDIAN_MMIO | 9 | select USB_EHCI_BIG_ENDIAN_MMIO |
10 | select MEMORY_HOTPLUG | ||
10 | help | 11 | help |
11 | This option enables support for the Sony PS3 game console | 12 | This option enables support for the Sony PS3 game console |
12 | and other platforms using the PS3 hypervisor. | 13 | and other platforms using the PS3 hypervisor. |