From 82cc93c71b8c5929c8ba70df1396905c7de4b099 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 24 Sep 2015 14:53:04 -0600 Subject: [PATCH] Add some comments to a Kconfig file --- arch/sim/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 5238083187..b0395968d7 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -41,6 +41,12 @@ config SIM_CYGWIN_DECORATED underscore to the beginning of the symbol name. Newer versions of Cygwin do not seem to do this. + How do you know if you need this option? You could look at the generated + symbol tables to see if there are underscore characters at the beginning + of the symbol names. Or, if you need this option, the simulation will not + run: It will crash early, probably in some function due to the failure to + allocate memory. + choice prompt "X64_64 ABI" default SIM_X8664_SYSTEMV if HOST_LINUX