kernel: fix kmod-w1-master-mxc dependency
The kernel config symbol is not selectable on mxs Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
78de59f15a
commit
93cbdde43a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ $(eval $(call KernelPackage,w1-master-ds2490))
|
|||
|
||||
define KernelPackage/w1-master-mxc
|
||||
TITLE:=Freescale MXC 1-wire busmaster
|
||||
DEPENDS:=@(TARGET_mxs||TARGET_imx6)
|
||||
DEPENDS:=@TARGET_imx6
|
||||
KCONFIG:=CONFIG_W1_MASTER_MXC
|
||||
FILES:=$(W1_MASTERS_DIR)/mxc_w1.ko
|
||||
AUTOLOAD:=$(call AutoProbe,mxc_w1)
|
||||
|
|
Loading…
Reference in a new issue