mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
fs/hostfs/Kconfig: Remove ARCH_SIM dependence since other architectures (e.g., arm semihosting) could support hostfs too
This commit is contained in:
@@ -7,7 +7,6 @@ config FS_HOSTFS
|
|||||||
bool "Host File System"
|
bool "Host File System"
|
||||||
default n
|
default n
|
||||||
depends on !DISABLE_MOUNTPOINT
|
depends on !DISABLE_MOUNTPOINT
|
||||||
depends on ARCH_SIM
|
|
||||||
select FS_READABLE
|
select FS_READABLE
|
||||||
select FS_WRITABLE
|
select FS_WRITABLE
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
Reference in New Issue
Block a user