Migrate the AR71xx UART (an 8250 derivative) to hide behind uart_ar71xx.
The AR9330/AR9331 UART is a totally different thing, so having it included with 'uart' is not going to work out.
This commit is contained in:
parent
1284a0383d
commit
d0887d66eb
@ -12,8 +12,8 @@ mips/atheros/ar71xx_spi.c optional ar71xx_spi
|
||||
mips/atheros/pcf2123_rtc.c optional pcf2123_rtc ar71xx_spi
|
||||
mips/atheros/ar71xx_wdog.c optional ar71xx_wdog
|
||||
mips/atheros/if_arge.c optional arge
|
||||
mips/atheros/uart_bus_ar71xx.c optional uart
|
||||
mips/atheros/uart_cpu_ar71xx.c optional uart
|
||||
mips/atheros/uart_bus_ar71xx.c optional uart_ar71xx
|
||||
mips/atheros/uart_cpu_ar71xx.c optional uart_ar71xx
|
||||
mips/atheros/ar71xx_bus_space_reversed.c standard
|
||||
mips/mips/intr_machdep.c standard
|
||||
mips/mips/tick.c standard
|
||||
|
@ -108,6 +108,7 @@ device mx25l
|
||||
device ar71xx_wdog
|
||||
|
||||
device uart
|
||||
device uart_ar71xx
|
||||
|
||||
device loop
|
||||
device ether
|
||||
|
@ -117,6 +117,7 @@ device mx25l
|
||||
device ar71xx_wdog
|
||||
|
||||
device uart
|
||||
device uart_ar71xx
|
||||
|
||||
device loop
|
||||
device ether
|
||||
|
@ -105,6 +105,7 @@ device mx25l
|
||||
device ar71xx_wdog
|
||||
|
||||
device uart
|
||||
device uart_ar71xx
|
||||
|
||||
device loop
|
||||
device ether
|
||||
|
@ -124,6 +124,7 @@ device ar71xx_wdog
|
||||
|
||||
# Serial
|
||||
device uart
|
||||
device uart_ar71xx
|
||||
|
||||
# Network twiddling
|
||||
device loop
|
||||
|
Loading…
Reference in New Issue
Block a user