[PATCH v2 1/5] ARM: introduce a CONFIG_ARCH_MULTIPLATFORM_STRICT Kconfig option

Arnd Bergmann arnd at arndb.de
Tue Oct 28 07:18:48 PDT 2014


On Tuesday 28 October 2014 21:31:31 Xia Kaixu wrote:
>  endmenu
>  
> +config ARCH_MULTIPLATFORM_STRICT
> +        bool "Only allow options that do not break other platforms"
> +        depends on ARCH_MULTIPLATFORM
> +        default y
> +       help
> +          There are several configuration options that can only work
> 

Something seems to be wrong with the whitespace here. Please use tab
characters for indentation like we do elsewhere in the file.

Otherwise looks good, I think this is a good step in the right direction.

	Arnd



More information about the linux-arm-kernel mailing list