mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Use menuconfig objects II - netdev (general+100mbit)
CONFIG_NETDEVICES, CONFIG_NET_ETHERNET: Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. CONFIG_SMC9194: Move it so that it appears correctly in menuconfig. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
8f036c04a8
commit
d1c0a65fb5
5 changed files with 102 additions and 108 deletions
|
@ -1,6 +1,6 @@
|
|||
config FS_ENET
|
||||
tristate "Freescale Ethernet Driver"
|
||||
depends on NET_ETHERNET && (CPM1 || CPM2)
|
||||
depends on CPM1 || CPM2
|
||||
select MII
|
||||
|
||||
config FS_ENET_HAS_SCC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue