Kconfig 420 B

1234567891011121314151617
  1. #
  2. # Packet configuration
  3. #
  4. config PACKET
  5. tristate "Packet socket"
  6. ---help---
  7. The Packet protocol is used by applications which communicate
  8. directly with network devices without an intermediate network
  9. protocol implemented in the kernel, e.g. tcpdump. If you want them
  10. to work, choose Y.
  11. To compile this driver as a module, choose M here: the module will
  12. be called af_packet.
  13. If unsure, say Y.