drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfig
Resetting a Realtek 8168 NIC only makes sense on targets that have such a device. Change-Id: I8ac9e8da1d8ecaacb19b4610a9b75f107915d691 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17577 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
59bf309a49
commit
d83f9fc80e
|
@ -1,5 +1,5 @@
|
|||
config REALTEK_8168_RESET
|
||||
bool "Realtek 8168 reset"
|
||||
bool
|
||||
help
|
||||
This forces a realtek 10ec:8168 card to reset to ensure power state
|
||||
is correct at boot.
|
||||
|
|
Loading…
Reference in New Issue