|
@@ -239,6 +239,7 @@ menu "Global build settings"
|
|
|
choice
|
|
choice
|
|
|
prompt "Kernel space Stack-Smashing Protection"
|
|
prompt "Kernel space Stack-Smashing Protection"
|
|
|
default KERNEL_CC_STACKPROTECTOR_REGULAR
|
|
default KERNEL_CC_STACKPROTECTOR_REGULAR
|
|
|
|
|
+ depends on USE_MUSL || !(x86_64 || i386)
|
|
|
help
|
|
help
|
|
|
Enable GCC Stack-Smashing Protection (SSP) for the kernel
|
|
Enable GCC Stack-Smashing Protection (SSP) for the kernel
|
|
|
config KERNEL_CC_STACKPROTECTOR_NONE
|
|
config KERNEL_CC_STACKPROTECTOR_NONE
|