Both BCMGENET and SYSTEMPORT build just fine with CONFIG_OF=n, we do have a
dependency on HAS_IOMEM that was not being reflected for SYSTEMPORT so add
that.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
 
 config BCMGENET
        tristate "Broadcom GENET internal MAC support"
-       depends on OF && HAS_IOMEM
+       depends on HAS_IOMEM
        select MII
        select PHYLIB
        select FIXED_PHY
 
 config SYSTEMPORT
        tristate "Broadcom SYSTEMPORT internal MAC support"
-       depends on OF
+       depends on HAS_IOMEM
        depends on NET_DSA || !NET_DSA
        select MII
        select PHYLIB