Re: [PATCH 1/8] xtensa: clean up Kconfig dependencies for custom cores

From: Paul Bolle
Date: Tue Jul 07 2015 - 05:18:59 EST


On ma, 2015-07-06 at 16:32 +0300, Max Filippov wrote:
> --- a/arch/xtensa/Kconfig
> +++ b/arch/xtensa/Kconfig

> config MMU
> - bool
> - default n if !XTENSA_VARIANT_CUSTOM
> - default XTENSA_VARIANT_MMU if XTENSA_VARIANT_CUSTOM
> + def_bool n

Doesn't
config MMU
bool

(ie, drop the 'n' default) work just as well?


Paul Bolle
--
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/