mirror of https://github.com/OpenIPC/firmware.git
18 lines
451 B
Diff
18 lines
451 B
Diff
diff -drupN a/modules/nand/sun50iw9p1/Kconfig b/modules/nand/sun50iw9p1/Kconfig
|
|
--- a/modules/nand/sun50iw9p1/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/modules/nand/sun50iw9p1/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,13 @@
|
|
+
|
|
+choice
|
|
+ prompt "choice spinand or rawnand"
|
|
+ depends on (SUNXI_NAND)
|
|
+
|
|
+config SUNXI_RAWNAND
|
|
+ tristate "sunxi raw nand driver"
|
|
+
|
|
+config SUNXI_SPINAND
|
|
+ tristate "sunxi spi nand driver"
|
|
+
|
|
+endchoice
|
|
+
|