blob: 274a591444f0bb4754396c4b71178e0b0e8dd0a8 [file] [log] [blame]
Damien Zammite983f0c2016-05-21 02:24:19 +10001config REALTEK_8168_RESET
Arthur Heymansd83f9fc2016-11-23 10:52:28 +01002 bool
Damien Zammite983f0c2016-05-21 02:24:19 +10003 help
4 This forces a realtek 10ec:8168 card to reset to ensure power state
5 is correct at boot.
Arthur Heymansec74f452017-01-10 15:44:47 +01006
7config REALTEK_8168_MACADDRESS
8 string "Realtek rt8168 mac address"
9 depends on REALTEK_8168_RESET
10 default "00:e0:4c:00:c0:b0"
11 help
12 This is a string to set the mac address on a Realtek rt8168 card.
13 It must be in the form of "xx:xx:xx:xx:xx:xx", where x is a
14 hexadecimal number for it to be valid. Failing to do so will
15 result in the default macaddress being used.