Skip to content

Commit

Permalink
iio: add filter subfolder
Browse files Browse the repository at this point in the history
Add filter subfolder for IIO devices that handle filter functionality.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Antoniu Miclaus authored and Jonathan Cameron committed Dec 16, 2021
1 parent 79ca243 commit 35c35b0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ source "drivers/iio/chemical/Kconfig"
source "drivers/iio/common/Kconfig"
source "drivers/iio/dac/Kconfig"
source "drivers/iio/dummy/Kconfig"
source "drivers/iio/filter/Kconfig"
source "drivers/iio/frequency/Kconfig"
source "drivers/iio/gyro/Kconfig"
source "drivers/iio/health/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ obj-y += common/
obj-y += dac/
obj-y += dummy/
obj-y += gyro/
obj-y += filter/
obj-y += frequency/
obj-y += health/
obj-y += humidity/
Expand Down
8 changes: 8 additions & 0 deletions drivers/iio/filter/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Filter drivers
#
# When adding new entries keep the list in alphabetical order

menu "Filters"

endmenu
6 changes: 6 additions & 0 deletions drivers/iio/filter/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for industrial I/O Filter drivers
#

# When adding new entries keep the list in alphabetical order

0 comments on commit 35c35b0

Please sign in to comment.