Commit 8161327311fe4da1684ed08015e141feb9a0a737

Authored by Paul Moore
Committed by David S. Miller
1 parent 7420ed23a4

[NetLabel]: tie NetLabel into the Kconfig system

Modify the net/Kconfig file to enable selecting the NetLabel Kconfig
options.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -249,6 +249,8 @@
249 249 config WIRELESS_EXT
250 250 bool
251 251  
  252 +source "net/netlabel/Kconfig"
  253 +
252 254 endif # if NET
253 255 endmenu # Networking