[mips] fix compilation of TP-WN1043ND kernel configuration

This compilation issue has been found thanks to freebsd-wifi-build:
 - gpioiic requires "gpio_if.h", so "device gpio" is mandatory
 - rtl8366rb works over MDIO interface, so "device mdio" is mandatory

Compilation is checked on FreeBSD 12-CURRENT machine.
This commit is contained in:
Michael Zhilin 2017-12-26 19:50:23 +00:00
parent 513581749b
commit ebff39fb9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327223

View File

@ -18,6 +18,7 @@ hints "TP-WN1043ND.hints"
options AR71XX_REALMEM=32*1024*1024
# i2c GPIO bus
device gpio
device gpioiic
device iicbb
device iicbus
@ -27,6 +28,7 @@ device iic
device etherswitch
# RTL8366RB support
device mdio
device rtl8366rb
# read MSDOS formatted disks - USB