This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-04 10:30:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3657b2f4a3
u-boot
/
drivers
/
mtd
/
nand
/
Kconfig
2 lines
38 B
Text
Raw
Normal View
History
Unescape
Escape
mtd: move NAND files into a raw/ subdirectory NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in a raw/ subdirectory, to ease the addition of a core file in nand/ and the introduction of a spi/ subdirectory specific to SPI NANDs. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
2018-08-16 15:30:07 +00:00
source "drivers/mtd/nand/raw/Kconfig"
Reference in a new issue
Copy permalink