i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition
[linux-2.6-microblaze.git] / init / Kconfig
index 574b721..9e22ee8 100644 (file)
@@ -16,6 +16,10 @@ config GCC_VERSION
        default $(shell,$(srctree)/scripts/gcc-version.sh $(CC)) if CC_IS_GCC
        default 0
 
+config LD_VERSION
+       int
+       default $(shell,$(LD) --version | $(srctree)/scripts/ld-version.sh)
+
 config CC_IS_CLANG
        def_bool $(success,$(CC) --version | head -n 1 | grep -q clang)