Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW committed Nov 7, 2024
1 parent 28e4ad7 commit 73f8efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iot/p-net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ menuconfig PKG_USING_PNET
bool "P-Net stack for Profinet device implementation"
select BSP_USING_ETH
select RT_LWIP_SNMP
select RT_LWIP_ENABLE_USER_HOOKS
select PKG_PENT_NETIF_NAME
select PKG_PNET_BOARD_CONFIG
select PKG_PENT_FILESYSTEM_CONFIG
Expand Down Expand Up @@ -44,6 +45,11 @@ if PKG_USING_PNET
select RT_USING_DFS
select RT_USING_DFS_RAMFS
default n
if PNET_USING_RAMFS
config PNET_RAMFS_SIZE
int "default memory size for ramfs"
default 8192
endif
endif

menuconfig PKG_PNET_NET_CONFIG
Expand Down

0 comments on commit 73f8efc

Please sign in to comment.