mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
net: dsa: lantiq_gswip: Depend on HAS_IOMEM
The driver uses devm_ioremap_resource() which is only available when
CONFIG_HAS_IOMEM is set, make the driver depend on this config option.
User mode Linux does not have CONFIG_HAS_IOMEM set and the driver was
failing on this architecture.
Fixes: 14fceff477
("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
921f432cea
commit
3475372ff6
@ -25,7 +25,7 @@ config NET_DSA_LOOP
|
||||
|
||||
config NET_DSA_LANTIQ_GSWIP
|
||||
tristate "Lantiq / Intel GSWIP"
|
||||
depends on NET_DSA
|
||||
depends on HAS_IOMEM && NET_DSA
|
||||
select NET_DSA_TAG_GSWIP
|
||||
---help---
|
||||
This enables support for the Lantiq / Intel GSWIP 2.1 found in
|
||||
|
Loading…
Reference in New Issue
Block a user