diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 693dc95d74..d35b409423 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -145,6 +145,19 @@ endif ############################################################################### comment "Legacy options removed in 2017.08" +config BR2_PACKAGE_SIMICSFS + bool "simicsfs support removed" + select BR2_LEGACY + help + Support for simicsfs kernel driver that provides access to a + host computer's local filesystem when the target is + executing within a SIMICS simulation has been removed. + + Simics is now moving away from the simicsfs kernel module, + as the kernel module has required too much maintenance + work. Users should move to the user mode Simics agent + instead. + config BR2_BINUTILS_VERSION_2_26_X bool "binutils version 2.26 support removed" select BR2_LEGACY |