Skip to content

Commit

Permalink
unselect PNET_USING_RAMFS
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW committed Nov 7, 2024
1 parent 5edb356 commit 22038ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iot/p-net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ menuconfig PKG_USING_PNET
bool "P-Net stack for Profinet device implementation"
select BSP_USING_ETH
select RT_LWIP_SNMP
select PNET_USING_RAMFS
select PKG_PENT_NETIF_NAME
select PKG_PNET_BOARD_CONFIG
select PKG_PENT_FILESYSTEM_CONFIG
Expand Down Expand Up @@ -41,10 +40,10 @@ if PKG_USING_PNET
default n
if PKG_PENT_FILESYSTEM_CONFIG
config PNET_USING_RAMFS
string "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
bool "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
select RT_USING_DFS
select RT_USING_DFS_RAMFS
default y
default n

config APP_DEFAULT_FILE_DIRECTORY
string "p-net app default file directory, default as '/'"
Expand Down

0 comments on commit 22038ac

Please sign in to comment.