[RFC PATCH 0/3] kbuild: Unmet dependency warning

From: Catalin Marinas
Date: Tue Jun 08 2010 - 12:25:59 EST


Hi,

The first patch in this series adds a warning to the kbuild system when
options that are selected have unmet dependencies.

The subsequent patches show two simple examples that were spotted by the
first patch.

In the view of the ARM defconfig story, such patch would help with
ensuring that a platform Kconfig selects the necessary options.

Thanks.


Catalin Marinas (3):
kbuild: Warn on selecting symbols with unmet direct dependencies
ARM: Mark CPU_32v6K as depended on CPU_V7
Change DEBUG_PAGEALLOC dependency on ARCH_SUPPORTS_DEBUG_PAGEALLOC


arch/arm/mm/Kconfig | 2 +-
mm/Kconfig.debug | 4 ++--
scripts/kconfig/expr.h | 2 ++
scripts/kconfig/menu.c | 5 +++++
scripts/kconfig/symbol.c | 18 ++++++++++++++++++
5 files changed, 28 insertions(+), 3 deletions(-)

--
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/