diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-07-24 09:23:29 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-07-25 10:07:20 +0300 |
commit | 6eedfaac712d7a1ebcfa34085fbae91f19d33bf3 (patch) | |
tree | 35c07ce19d564689caafa3f9663c1c8d9a417a57 /arch/s390/Kconfig | |
parent | 2a6777a118406858ad02bce8e4dc8302cba5a290 (diff) | |
download | linux-6eedfaac712d7a1ebcfa34085fbae91f19d33bf3.tar.xz |
s390: reenable gcc plugins
Now that the early boot rework is upstream we can enable the gcc plugins
again. See git commit 72f108b308707f21499e0ac05bf7370360cf06d8
"s390: disable gcc plugins" for reference.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index f9b6036f1c16..3023fa00e4b5 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -140,7 +140,7 @@ config S390 select HAVE_FUNCTION_GRAPH_TRACER select HAVE_FUNCTION_TRACER select HAVE_FUTEX_CMPXCHG if FUTEX - select HAVE_GCC_PLUGINS if BROKEN + select HAVE_GCC_PLUGINS select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZ4 |