mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
kernel/module/iio: add TI am335x ADC driver
Add the iio driver for the embedded ADC in the TI Sitara am335x SoCs. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
c34eab6fd1
commit
4943ce98ff
@ -566,3 +566,17 @@ define KernelPackage/iio-fxos8700-spi/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,iio-fxos8700-spi))
|
$(eval $(call KernelPackage,iio-fxos8700-spi))
|
||||||
|
|
||||||
|
define KernelPackage/iio-ti-am335x-adc
|
||||||
|
TITLE:= TI Sitara AM335x ADC driver
|
||||||
|
DEPENDS:=@TARGET_omap
|
||||||
|
KCONFIG:=CONFIG_TI_AM335X_ADC
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/iio/adc/ti_am335x_adc.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,ti_am335x_adc)
|
||||||
|
$(call AddDepends/iio,+kmod-iio-kfifo-buf)
|
||||||
|
endef
|
||||||
|
define KernelPackage/iio-ti-am335x-adc/description
|
||||||
|
Driver for the TI AM335x ADC.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,iio-ti-am335x-adc))
|
||||||
|
Loading…
Reference in New Issue
Block a user