mirror of https://github.com/OpenIPC/firmware.git
13 lines
372 B
Diff
13 lines
372 B
Diff
diff -drupN a/modules/nand/Kconfig b/modules/nand/Kconfig
|
|
--- a/modules/nand/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/modules/nand/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,8 @@
|
|
+config SUNXI_NAND
|
|
+ tristate "The sunxi nand driver"
|
|
+ default n
|
|
+ help
|
|
+ The nand used on the platform.
|
|
+
|
|
+ If unsure, say m.
|
|
+source "modules/nand/common1/Kconfig"
|