diff options
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 92fcd6e35b51..8a62ca533b30 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -279,6 +279,17 @@ config CPM2 | |||
279 | you wish to build a kernel for a machine with a CPM2 coprocessor | 279 | you wish to build a kernel for a machine with a CPM2 coprocessor |
280 | on it (826x, 827x, 8560). | 280 | on it (826x, 827x, 8560). |
281 | 281 | ||
282 | config PPC_CPM_NEW_BINDING | ||
283 | bool | ||
284 | depends on CPM1 || CPM2 | ||
285 | help | ||
286 | Select this if your board has been converted to use the new | ||
287 | device tree bindings for CPM, and no longer needs the | ||
288 | ioport callbacks or the platform device glue code. | ||
289 | |||
290 | The fs_enet and cpm_uart drivers will be built as | ||
291 | of_platform devices. | ||
292 | |||
282 | config AXON_RAM | 293 | config AXON_RAM |
283 | tristate "Axon DDR2 memory device driver" | 294 | tristate "Axon DDR2 memory device driver" |
284 | depends on PPC_IBM_CELL_BLADE | 295 | depends on PPC_IBM_CELL_BLADE |