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

2015-07-07 Thread Paul Bolle
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2015-07-07 Thread Paul Bolle
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/