Skip to content

Commit 22038ac

Browse files
committed
unselect PNET_USING_RAMFS
1 parent 5edb356 commit 22038ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

iot/p-net/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ menuconfig PKG_USING_PNET
22
bool "P-Net stack for Profinet device implementation"
33
select BSP_USING_ETH
44
select RT_LWIP_SNMP
5-
select PNET_USING_RAMFS
65
select PKG_PENT_NETIF_NAME
76
select PKG_PNET_BOARD_CONFIG
87
select PKG_PENT_FILESYSTEM_CONFIG
@@ -41,10 +40,10 @@ if PKG_USING_PNET
4140
default n
4241
if PKG_PENT_FILESYSTEM_CONFIG
4342
config PNET_USING_RAMFS
44-
string "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
43+
bool "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
4544
select RT_USING_DFS
4645
select RT_USING_DFS_RAMFS
47-
default y
46+
default n
4847

4948
config APP_DEFAULT_FILE_DIRECTORY
5049
string "p-net app default file directory, default as '/'"

0 commit comments

Comments
 (0)