1# SPDX-License-Identifier: GPL-2.0 2# 3# MediaLB configuration 4# 5 6config MOST_DIM2 7 tristate "DIM2" 8 depends on HAS_IOMEM && OF 9 10 help 11 Say Y here if you want to connect via MediaLB to network transceiver. 12 This device driver is platform dependent and needs an additional 13 platform driver to be installed. For more information contact 14 maintainer of this driver. 15 16 To compile this driver as a module, choose M here: the 17 module will be called most_dim2. 18