Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) Kconfig (569d0365f571fa6421a5c80bc30d1b2cdab857fe)
1# SPDX-License-Identifier: GPL-2.0
2menu "Platform support"
3
4source "arch/powerpc/platforms/powernv/Kconfig"
5source "arch/powerpc/platforms/pseries/Kconfig"
6source "arch/powerpc/platforms/chrp/Kconfig"
7source "arch/powerpc/platforms/512x/Kconfig"
8source "arch/powerpc/platforms/52xx/Kconfig"

--- 283 unchanged lines hidden (view full) ---

292 embedded CPUs made by Freescale. Selecting this option means that
293 you wish to build a kernel for a machine with a CPM2 coprocessor
294 on it (826x, 827x, 8560).
295
296config AXON_RAM
297 tristate "Axon DDR2 memory device driver"
298 depends on PPC_IBM_CELL_BLADE && BLOCK
299 select DAX
1# SPDX-License-Identifier: GPL-2.0
2menu "Platform support"
3
4source "arch/powerpc/platforms/powernv/Kconfig"
5source "arch/powerpc/platforms/pseries/Kconfig"
6source "arch/powerpc/platforms/chrp/Kconfig"
7source "arch/powerpc/platforms/512x/Kconfig"
8source "arch/powerpc/platforms/52xx/Kconfig"

--- 283 unchanged lines hidden (view full) ---

292 embedded CPUs made by Freescale. Selecting this option means that
293 you wish to build a kernel for a machine with a CPM2 coprocessor
294 on it (826x, 827x, 8560).
295
296config AXON_RAM
297 tristate "Axon DDR2 memory device driver"
298 depends on PPC_IBM_CELL_BLADE && BLOCK
299 select DAX
300 select FS_DAX_LIMITED
300 default m
301 help
302 It registers one block device per Axon's DDR2 memory bank found
303 on a system. Block devices are called axonram?, their major and
304 minor numbers are available in /proc/devices, /proc/partitions or
305 in /sys/block/axonram?/dev.
306
307config FSL_ULI1575

--- 54 unchanged lines hidden ---
301 default m
302 help
303 It registers one block device per Axon's DDR2 memory bank found
304 on a system. Block devices are called axonram?, their major and
305 minor numbers are available in /proc/devices, /proc/partitions or
306 in /sys/block/axonram?/dev.
307
308config FSL_ULI1575

--- 54 unchanged lines hidden ---