From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/misc/sprd_2351/Kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 drivers/misc/sprd_2351/Kconfig (limited to 'drivers/misc/sprd_2351/Kconfig') diff --git a/drivers/misc/sprd_2351/Kconfig b/drivers/misc/sprd_2351/Kconfig new file mode 100644 index 00000000..cba0a56d --- /dev/null +++ b/drivers/misc/sprd_2351/Kconfig @@ -0,0 +1,19 @@ +menu "2351 modules" +config SPRD_2351 + bool "SPRD RF 2351 Driver" + default n + help + If you say yes here you can use the sprd 2351 rf. + +config SHARK_CHIP_2351 + bool "shark chip 2351 Driver" + depends on SPRD_2351 + help + If you say yes here you can use the sprd 2351 rf on shark chip. + +config DOLPHIN_CHIP_2351 + bool "dolphin chip 2351 Driver" + depends on SPRD_2351 + help + If you say yes here you can use the sprd 2351 rf on shark chip. +endmenu -- cgit v1.3.1