diff --git a/fs/hostfs/Kconfig b/fs/hostfs/Kconfig index ab2abc12fb9..2ab151d590d 100644 --- a/fs/hostfs/Kconfig +++ b/fs/hostfs/Kconfig @@ -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---