Skip to content

Commit 0b07feb

Browse files
committed
Merge tag 'memory-controller-drv-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers
Memory controller drivers for v6.11 Make the Freescale IFC driver selectable because it is used now by two drivers: Freescale NAND and generic NOR flash. The patches adjusting defconfig are waiting on the mailing lists to be picked up. * tag 'memory-controller-drv-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl: dt-bindings: memory: fsl: replace maintainer memory: fsl_ifc: Make FSL_IFC config visible and selectable Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 097d419 + 815cc77 commit 0b07feb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: FSL/NXP Integrated Flash Controller
88

99
maintainers:
10-
- Li Yang <[email protected]>
10+
- Shawn Guo <[email protected]>
1111

1212
description: |
1313
NXP's integrated flash controller (IFC) is an advanced version of the

drivers/memory/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ config FSL_CORENET_CF
167167
represents a coherency violation.
168168

169169
config FSL_IFC
170-
bool "Freescale IFC driver" if COMPILE_TEST
170+
bool "Freescale IFC driver"
171171
depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST
172172
depends on HAS_IOMEM
173173

drivers/mtd/nand/raw/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ config MTD_NAND_FSL_IFC
234234
tristate "Freescale IFC NAND controller"
235235
depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST
236236
depends on HAS_IOMEM
237-
select FSL_IFC
238-
select MEMORY
237+
depends on FSL_IFC
239238
help
240239
Various Freescale chips e.g P1010, include a NAND Flash machine
241240
with built-in hardware ECC capabilities.

0 commit comments

Comments
 (0)