From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:41:23 +0000
Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c

---
 kernel/drivers/mailbox/Kconfig |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kernel/drivers/mailbox/Kconfig b/kernel/drivers/mailbox/Kconfig
index 4d043f7..ab3d6f6 100644
--- a/kernel/drivers/mailbox/Kconfig
+++ b/kernel/drivers/mailbox/Kconfig
@@ -79,6 +79,12 @@
 	  Please check it that the Soc you use have Mailbox hardware.
 	  Say Y here if you want to use the Rockchip Mailbox support.
 
+config ROCKCHIP_MBOX_DEMO
+	tristate "Rockchip MBOX Demo"
+	depends on ROCKCHIP_MBOX
+	help
+	  Say y here to enable Rockchip MBOX Demo.
+
 config PCC
 	bool "Platform Communication Channel Driver"
 	depends on ACPI

--
Gitblit v1.6.2