From: Kejian Yan Date: Mon, 13 Jun 2016 08:56:20 +0000 (+0800) Subject: net: hns: update the dependency X-Git-Tag: v4.8-rc1~140^2~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a63538ef1ccfec7716e255b67b57080d11fa670;p=platform%2Fkernel%2Flinux-exynos.git net: hns: update the dependency After the patchset about adding support of ACPI (commit id is 6343488) 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: Kejian Yan Signed-off-by: Yisen Zhuang Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig index 4ccc032..2e25662 100644 --- a/drivers/net/ethernet/hisilicon/Kconfig +++ b/drivers/net/ethernet/hisilicon/Kconfig @@ -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.