diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index e24fa0873f32..55fd82e9ffd9 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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" @@ -292,6 +293,7 @@ source "net/wimax/Kconfig" source "net/rfkill/Kconfig" source "net/9p/Kconfig" source "net/caif/Kconfig" +source "net/ceph/Kconfig" endif # if NET |