ethernet: remove mac from wifi
[firefly-linux-kernel-4.4.55.git] / drivers / net / eth_mac / Kconfig
1 #
2 #       set Ethernet mac source
3 #
4 choice 
5         prompt "Ethernet mac source"
6         depends on NETDEV_10000 ||NETDEV_1000 ||NET_ETHERNET
7         default ETH_MAC_FROM_RANDOM
8
9         config ETH_MAC_FROM_RANDOM
10                 bool "Random Ethernet mac "
11                 ---help---
12                    Say Y here if you want to set Random mac to Ethernet mac.
13          
14                    This option alone does not add any kernel code.
15
16                    If you say N, all options in this submenu will be skipped and disabled.      
17
18         config ETH_MAC_FROM_EEPROM
19                 bool "Ethernet mac from EEPROM"
20                 depends on EEPROM_AT24C16
21                 ---help---
22                    Say Y here if you want to set EEPROM mac to Ethernet mac,
23                    when the EEPROM exsits and mac has been written in.
24          
25                    This option alone does not add any kernel code.
26
27                    If you say N, all options in this submenu will be skipped and disabled.      
28
29         config ETH_MAC_FROM_IDB
30                 bool "Ethernet mac from IDB"
31                 ---help---
32                   Say Y here if you want to set IDB mac to Ethernet mac,
33                   when the IDB mac has been written in.
34                 
35                   This option alone does not add any kernel code.
36
37                   If you say N, all options in this submenu will be skipped and disabled.
38
39 endchoice
40