Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a63538e authored by Kejian Yan's avatar Kejian Yan Committed by David S. Miller
Browse files

net: hns: update the dependency



After the patchset about adding support of ACPI (commit id is 63434888)
being applied, HNS does not depend on OF. It depends on OF or ACPI, so
the Kconfig file needs to be updated.

Signed-off-by: default avatarKejian Yan <yankejian@huawei.com>
Signed-off-by: default avatarYisen Zhuang <Yisen.Zhuang@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7d7549ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
config NET_VENDOR_HISILICON
	bool "Hisilicon devices"
	default y
	depends on OF && HAS_DMA
	depends on (OF || ACPI) && HAS_DMA
	depends on ARM || ARM64 || COMPILE_TEST
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.