Remove CONFIG_TLS

A first step in implementing the user-space error is force TLS to be enabled at all times.  It is no longer optional
This commit is contained in:
Gregory Nutt
2020-05-07 09:46:47 -06:00
parent 1ad03a5a13
commit c2244a2382
54 changed files with 15 additions and 225 deletions
-2
View File
@@ -10,7 +10,6 @@ choice
config ARCH_ARM
bool "ARM"
select ARCH_HAVE_INTERRUPTSTACK
select ARCH_HAVE_TLS
select ARCH_HAVE_VFORK
select ARCH_HAVE_STACKCHECK
select ARCH_HAVE_CUSTOMOPT
@@ -68,7 +67,6 @@ config ARCH_SIM
bool "Simulation"
select ARCH_HAVE_MULTICPU
select ARCH_HAVE_RTC_SUBSECONDS
select ARCH_HAVE_TLS
select ARCH_HAVE_TICKLESS
select ARCH_HAVE_POWEROFF
select ARCH_HAVE_TESTSET