kernel: i2c-piix4: fix dependency on TARGET_x86
Fix the target dependency to make it possible to select this module also on x86 target and its subtargets. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
9cfcd49735
commit
4e93ec1ad6
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ I2C_PIIX4_MODULES:= \
|
||||||
define KernelPackage/i2c-piix4
|
define KernelPackage/i2c-piix4
|
||||||
$(call i2c_defaults,$(I2C_PIIX4_MODULES),59)
|
$(call i2c_defaults,$(I2C_PIIX4_MODULES),59)
|
||||||
TITLE:=Intel PIIX4 and compatible I2C interfaces
|
TITLE:=Intel PIIX4 and compatible I2C interfaces
|
||||||
DEPENDS:=@PCI_SUPPORT @(x86||x86_64) kmod-i2c-core
|
DEPENDS:=@PCI_SUPPORT @TARGET_x86 kmod-i2c-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/i2c-piix4/description
|
define KernelPackage/i2c-piix4/description
|
||||||
|
|
Loading…
Reference in a new issue