]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/Kconfig
net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS
[net-next-2.6.git] / net / Kconfig
index e24fa0873f32efff6fb48ffa06354b14f7e8ba63..e926884c1675c04c3d150ddc83eaa89f91a0cb4a 100644 (file)
@@ -213,10 +213,11 @@ source "net/phonet/Kconfig"
 source "net/ieee802154/Kconfig"
 source "net/sched/Kconfig"
 source "net/dcb/Kconfig"
+source "net/dns_resolver/Kconfig"
 
 config RPS
        boolean
-       depends on SMP && SYSFS
+       depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
        default y
 
 menu "Network testing"