fs/hostfs/Kconfig: Remove ARCH_SIM dependence since other architectures (e.g., arm semihosting) could support hostfs too

This commit is contained in:
Xiang Xiao
2018-08-26 12:10:54 -06:00
committed by Gregory Nutt
parent ead2c40cd4
commit be542d530a
-1
View File
@@ -7,7 +7,6 @@ config FS_HOSTFS
bool "Host File System"
default n
depends on !DISABLE_MOUNTPOINT
depends on ARCH_SIM
select FS_READABLE
select FS_WRITABLE
---help---