diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index eb6736f5de..5e262e32b0 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -677,6 +677,12 @@ end # Misc options ############################################### +define CONFIG_CHIP_NAME + default 0 + export always + comment "Compile in the chip name" +end + define CONFIG_GDB_STUB default 0 export used |