diff options
| -rw-r--r-- | drivers/net/hamradio/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig index f4843f9672c1..441da03c23ee 100644 --- a/drivers/net/hamradio/Kconfig +++ b/drivers/net/hamradio/Kconfig @@ -48,6 +48,7 @@ config BPQETHER  config DMASCC  	tristate "High-speed (DMA) SCC driver for AX.25"  	depends on ISA && AX25 && BROKEN_ON_SMP && ISA_DMA_API +	depends on VIRT_TO_BUS  	help  	  This is a driver for high-speed SCC boards, i.e. those supporting  	  DMA on one port. You usually use those boards to connect your | 
