diff options
author | Wells Lu <[email protected]> | 2022-05-13 19:57:16 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-05-16 18:02:21 -0700 |
commit | 6251264fedde83ade6f0f1f7049037469dd4de0b (patch) | |
tree | 254d056699807bbe9c0d2bb3a5cdc82aca485bae | |
parent | f7b88d9ae91e6cc52f9a5c21e0eb3eef36bdd5d4 (diff) |
net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP
Removed unnecessary:
select COMMON_CLK_SP7021
select RESET_SUNPLUS
select NVMEM_SUNPLUS_OCOTP
from Kconfig.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Wells Lu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | drivers/net/ethernet/sunplus/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/sunplus/Kconfig b/drivers/net/ethernet/sunplus/Kconfig index d0144a2ab918..be50a6b723eb 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. |