]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - init/Kconfig
pinctrl: intel: Do pin translation in other GPIO operations as well
[linux.git] / init / Kconfig
index 641dd7dd7c8ab71ae7f7d385ce03412b18477892..1e234e2f1cba7a0f1ca9e2ae18868d50e1fe4aaf 100644 (file)
@@ -1097,6 +1097,8 @@ config LD_DEAD_CODE_DATA_ELIMINATION
        bool "Dead code and data elimination (EXPERIMENTAL)"
        depends on HAVE_LD_DEAD_CODE_DATA_ELIMINATION
        depends on EXPERT
+       depends on $(cc-option,-ffunction-sections -fdata-sections)
+       depends on $(ld-option,--gc-sections)
        help
          Enable this if you want to do dead code and data elimination with
          the linker by compiling with -ffunction-sections -fdata-sections,