[etherswitch] simplify kernconf for recently added etherswitch drivers

This simple patch adds e6060sw, adm6996fc and ksz8995ma into conf/files.

Submitted by:	Hiroki Mori <yamori813@yahoo.co.jp>
Reviewed by:	adrian, mizhka
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D9255
This commit is contained in:
Michael Zhilin 2017-03-27 19:26:09 +00:00
parent 1fdf757c79
commit cb99e844b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316054
2 changed files with 3 additions and 2 deletions

View File

@ -1605,6 +1605,9 @@ dev/etherswitch/ip17x/ip17x_vlans.c optional ip17x
dev/etherswitch/miiproxy.c optional miiproxy
dev/etherswitch/rtl8366/rtl8366rb.c optional rtl8366rb
dev/etherswitch/e6000sw/e6000sw.c optional e6000sw
dev/etherswitch/e6000sw/e6060sw.c optional e6060sw
dev/etherswitch/infineon/adm6996fc.c optional adm6996fc
dev/etherswitch/micrel/ksz8995ma.c optional ksz8995ma
dev/etherswitch/ukswitch/ukswitch.c optional ukswitch
dev/evdev/cdev.c optional evdev
dev/evdev/evdev.c optional evdev

View File

@ -16,7 +16,5 @@ mips/atheros/ar531x/ar5312_chip.c standard
mips/atheros/ar71xx_bus_space_reversed.c standard
mips/mips/tick.c standard
dev/etherswitch/e6000sw/e6060sw.c optional etherswitch
# Non Intrng
mips/mips/intr_machdep.c optional !intrng