From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- drivers/misc/mediatek/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 drivers/misc/mediatek/Kconfig (limited to 'drivers/misc/mediatek/Kconfig') diff --git a/drivers/misc/mediatek/Kconfig b/drivers/misc/mediatek/Kconfig new file mode 100755 index 00000000..d882c767 --- /dev/null +++ b/drivers/misc/mediatek/Kconfig @@ -0,0 +1,9 @@ +menuconfig MTK_WIRELESS_SOLUTION + bool "MTK wireless chip configuration" + help + "enable/disable and config MTK wireless solution" + +if MTK_WIRELESS_SOLUTION +source "drivers/misc/mediatek/combo_mt66xx/Kconfig" +source "drivers/misc/mediatek/mt6622/Kconfig" +endif -- cgit