All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: add titles to some Kconfig symbols
@ 2020-09-24 11:17 Alexandru Ardelean
  2020-09-24 11:17 ` [PATCH 1/3] iio: dma-buffer: Kconfig: Provide titles for IIO DMA " Alexandru Ardelean
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexandru Ardelean @ 2020-09-24 11:17 UTC (permalink / raw)
  To: linux-iio, linux-kernel; +Cc: jic23, lars, Alexandru Ardelean

For some embedded systems, a workflow involving external kernel modules
that implement IIO devices is more practical than working with in-tree
sources. However, there are number of features in the IIO KConfig that can
only be switched on by enabling a particular sensor.

This came as a request a few years back:
   https://github.com/analogdevicesinc/linux/issues/140

This patch implements that request.

After a quick run-through the iio Kconfig files, 4 seem to be useful to add
titles to.
i.e. IIO_TRIGGERED_EVENT, IIO_TRIGGERED_BUFFER, IIO_BUFFER_DMAENGINE &
IIO_BUFFER_DMA.

It's possible that for some out-of-tree drivers this could be useful.

Alexandru Ardelean (3):
  iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbols
  iio: Kconfig: Provide title for IIO_TRIGGERED_EVENT symbol
  iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol

 drivers/iio/Kconfig        |  2 +-
 drivers/iio/buffer/Kconfig | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-26 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24 11:17 [PATCH 0/3] iio: add titles to some Kconfig symbols Alexandru Ardelean
2020-09-24 11:17 ` [PATCH 1/3] iio: dma-buffer: Kconfig: Provide titles for IIO DMA " Alexandru Ardelean
2020-09-24 11:17 ` [PATCH 2/3] iio: Kconfig: Provide title for IIO_TRIGGERED_EVENT symbol Alexandru Ardelean
2020-09-24 11:17 ` [PATCH 3/3] iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol Alexandru Ardelean
2020-09-26 15:59 ` [PATCH 0/3] iio: add titles to some Kconfig symbols Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.