xtensa: beat Kconfig into shape
authorJohannes Weiner <jw@emlix.com>
Wed, 4 Mar 2009 15:21:28 +0000 (16:21 +0100)
committerChris Zankel <chris@zankel.net>
Fri, 3 Apr 2009 06:38:35 +0000 (23:38 -0700)
commit35f9cd083b350ad4eb3b5f159c7738fa9ddff40a
tree61d12098ad66fce1cb8a957881440c8e1998b46b
parent4f682fbb27deb308ca6a1e24ec9c2be41e6d1026
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 <jw@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig