-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtd: rawnand: Move drivers for Ingenic SoCs to subfolder
Before adding support for more SoCs and seeing the number of files for these drivers grow, we move them to their own subfolder to keep it tidy. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
- Loading branch information
Paul Cercueil
authored and
Miquel Raynal
committed
Mar 21, 2019
1 parent
badb37f
commit 1838a7b
Showing
8 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config MTD_NAND_JZ4740 | ||
tristate "Support for JZ4740 SoC NAND controller" | ||
depends on MACH_JZ4740 || COMPILE_TEST | ||
depends on HAS_IOMEM | ||
help | ||
Enables support for NAND Flash on JZ4740 SoC based boards. | ||
|
||
config MTD_NAND_JZ4780 | ||
tristate "Support for NAND on JZ4780 SoC" | ||
depends on JZ4780_NEMC | ||
help | ||
Enables support for NAND Flash connected to the NEMC on JZ4780 SoC | ||
based boards, using the BCH controller for hardware error correction. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o | ||
obj-$(CONFIG_MTD_NAND_JZ4780) += jz4780_nand.o jz4780_bch.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.