Skip to content

Commit

Permalink
Update Expose to Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaim committed May 12, 2020
1 parent ff3dc7e commit adf0d55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpu/msp430_common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
config GNRC_PKTBUF_SIZE
default 2560
depends on KCONFIG_MODULE_GNRC_PKTBUF
depends on KCONFIG_MODULE_GNRC_PKTBUF_STATIC
2 changes: 1 addition & 1 deletion cpu/nrf51/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
config GNRC_PKTBUF_SIZE
default 2048
depends on KCONFIG_MODULE_GNRC_PKTBUF
depends on KCONFIG_MODULE_GNRC_PKTBUF_STATIC
4 changes: 2 additions & 2 deletions sys/net/gnrc/pktbuf/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig KCONFIG_MODULE_GNRC_PKTBUF
menuconfig KCONFIG_MODULE_GNRC_PKTBUF_STATIC
bool "Configure GNRC_PKTBUF"
depends on MODULE_GNRC_PKTBUF
help
Configure the GNRC_PKTBUF using Kconfig.

if KCONFIG_MODULE_GNRC_PKTBUF
if KCONFIG_MODULE_GNRC_PKTBUF_STATIC

config GNRC_PKTBUF_SIZE
int "Maximum size of the static packet buffer"
Expand Down

0 comments on commit adf0d55

Please sign in to comment.