diff mbox series

[net-next] net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP

Message ID 1652443036-24731-1-git-send-email-wellslutw@gmail.com (mailing list archive)
State Accepted
Commit 6251264fedde83ade6f0f1f7049037469dd4de0b
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 9 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

呂芳騰 May 13, 2022, 11:57 a.m. UTC
Removed unnecessary:

	select COMMON_CLK_SP7021
	select RESET_SUNPLUS
	select NVMEM_SUNPLUS_OCOTP

from Kconfig.

Reported-by: kernel test robot <yujie.liu@intel.com>
Signed-off-by: Wells Lu <wellslutw@gmail.com>
---
 drivers/net/ethernet/sunplus/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 17, 2022, 1:20 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 13 May 2022 19:57:16 +0800 you wrote:
> Removed unnecessary:
> 
> 	select COMMON_CLK_SP7021
> 	select RESET_SUNPLUS
> 	select NVMEM_SUNPLUS_OCOTP
> 
> from Kconfig.
> 
> [...]

Here is the summary with links:
  - [net-next] net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP
    https://git.kernel.org/netdev/net-next/c/6251264fedde

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/ethernet/sunplus/Kconfig b/drivers/net/ethernet/sunplus/Kconfig
index d0144a2..be50a6b 100644
--- a/drivers/net/ethernet/sunplus/Kconfig
+++ b/drivers/net/ethernet/sunplus/Kconfig
@@ -23,9 +23,6 @@  config SP7021_EMAC
 	tristate "Sunplus Dual 10M/100M Ethernet devices"
 	depends on SOC_SP7021 || COMPILE_TEST
 	select PHYLIB
-	select COMMON_CLK_SP7021
-	select RESET_SUNPLUS
-	select NVMEM_SUNPLUS_OCOTP
 	help
 	  If you have Sunplus dual 10M/100M Ethernet devices, say Y.
 	  The network device creates two net-device interfaces.