Hi--
On 3/17/24 12:37, Ayush Singh wrote:
diff --git a/drivers/misc/mikrobus/Kconfig b/drivers/misc/mikrobus/Kconfig new file mode 100644 index 000000000000..aa57b994dc66 --- /dev/null +++ b/drivers/misc/mikrobus/Kconfig @@ -0,0 +1,15 @@ +menuconfig MIKROBUS
- tristate "Module for instantiating devices on mikroBUS ports"
- depends on GPIOLIB
- help
This option enables the mikroBUS driver. mikroBUS is an add-onboard socket standard that offers maximum expandability withthe smallest number of pins. The mikroBUS driver instantiatesdevices on a mikroBUS port described mikroBUS manifest which is
I can't quite parse that line ^^^. Is it like this?
devices on a mikroBUS port described by a mikroBUS manifest which is
passed using a sysfs interface.Say Y here to enable support for this driver.To compile this code as a module, chose M here: the modulewill be called mikrobus.ko