diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 33545d352e92..932538a93c2b 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -272,4 +272,14 @@ config CPM2 | |||
272 | you wish to build a kernel for a machine with a CPM2 coprocessor | 272 | you wish to build a kernel for a machine with a CPM2 coprocessor |
273 | on it (826x, 827x, 8560). | 273 | on it (826x, 827x, 8560). |
274 | 274 | ||
275 | config AXON_RAM | ||
276 | tristate "Axon DDR2 memory device driver" | ||
277 | depends on PPC_IBM_CELL_BLADE | ||
278 | default m | ||
279 | help | ||
280 | It registers one block device per Axon's DDR2 memory bank found | ||
281 | on a system. Block devices are called axonram?, their major and | ||
282 | minor numbers are available in /proc/devices, /proc/partitions or | ||
283 | in /sys/block/axonram?/dev. | ||
284 | |||
275 | endmenu | 285 | endmenu |