+config SSP_SUPPORT
+ bool
+ prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
+ default n
+ help
+ Enable Stack-Smashing Protection support
+
+config TLS_SUPPORT
+ bool
+ depends UCLIBC_VERSION_NPTL
+ prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
+ default n
+ help
+ Enable Thread-local storage support
+