projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9065762
)
[POWERPC] PS3: Select MEMORY_HOTPLUG
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Fri, 15 Jun 2007 22:07:16 +0000
(08:07 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 28 Jun 2007 09:18:04 +0000
(19:18 +1000)
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>
arch/powerpc/platforms/ps3/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/ps3/Kconfig
b/arch/powerpc/platforms/ps3/Kconfig
index b5122a76481388f05733b4da4e6950e5e8f745e2..9c5a15d9c9ec1b7909884b22a77e98b6951585d2 100644
(file)
--- a/
arch/powerpc/platforms/ps3/Kconfig
+++ b/
arch/powerpc/platforms/ps3/Kconfig
@@
-7,6
+7,7
@@
config PPC_PS3
select USB_OHCI_BIG_ENDIAN_MMIO
select USB_ARCH_HAS_EHCI
select USB_EHCI_BIG_ENDIAN_MMIO
+ select MEMORY_HOTPLUG
help
This option enables support for the Sony PS3 game console
and other platforms using the PS3 hypervisor.