From 35f9cd083b350ad4eb3b5f159c7738fa9ddff40a Mon Sep 17 00:00:00 2001 From: Johannes Weiner Date: Wed, 4 Mar 2009 16:21:28 +0100 Subject: [PATCH] xtensa: beat Kconfig into shape Instead of making support code depend on variants or platforms, the latter should select what they need explicitely. Otherwise this starts looking weird when support code depends on !XTENSA_PLATFORM_FOO && !XTENSA_PLATFORM_BAR etc. This also includes some minor fixlets like converting bool and default to def_bool and fixing indentation and whitespace errors. Signed-off-by: Johannes Weiner Signed-off-by: Chris Zankel --- Reading git-format-patch failed