commit | 4137d3380f08f05b3d3e0e446694000125656f43 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Sat Aug 01 02:33:41 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Aug 01 08:13:50 2020 -0400 |
tree | b4dc50edbab81fa08ec08dc11e9137ef33659287 | |
parent | c0d3ed0d1c2ee7ec2ea8f61e9d3f2efe5ee7c720 [diff] |
net: ppp: select RING_BUFFER via Kconfig PPP implementation uses ring_buffer API, but RING_BUFFER Kconfig option was not selected so far. This resulted in linker errors about undefined reference to `ring_buf_get_claim' and 'ring_buf_put'. Add missing RING_BUFFER selection via Kconfig, so PPP driver is properly built. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>