enable REFCOUNT_FULL only on x86

This commit is contained in:
Yves-Alexis Perez 2018-05-21 14:44:26 +02:00
parent 674ae81ed9
commit f569e56cd1
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ CONFIG_CC_STACKPROTECTOR_STRONG=y
## end choice
CONFIG_VMAP_STACK=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_REFCOUNT_FULL=y
##
## file: block/Kconfig

View File

@ -2,6 +2,7 @@
## file: arch/Kconfig
##
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_REFCOUNT_FULL=y
##
## file: arch/x86/Kconfig