mirror of https://github.com/OpenIPC/firmware.git
16 lines
398 B
Diff
16 lines
398 B
Diff
diff -drupN a/drivers/mpp/Kconfig b/drivers/mpp/Kconfig
|
|
--- a/drivers/mpp/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/drivers/mpp/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,11 @@
|
|
+#
|
|
+# SUNXI MPP drivers
|
|
+#
|
|
+
|
|
+config SUNXI_MPP
|
|
+ bool "SUNXI MPP support"
|
|
+ depends on ARCH_SUNXI && DEBUG_FS
|
|
+ help
|
|
+ This adds the mpp driver for the Allwinner SUNXI SoC.
|
|
+
|
|
+ If in doubt, say N.
|