[PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt
Krzysztof Hałasa
khalasa at piap.pl
Wed Nov 25 04:13:40 PST 2015
Masahiro Yamada <yamada.masahiro at socionext.com> writes:
> --- a/arch/arm/mach-cns3xxx/Kconfig
> +++ b/arch/arm/mach-cns3xxx/Kconfig
> @@ -1,5 +1,6 @@
> menuconfig ARCH_CNS3XXX
> - bool "Cavium Networks CNS3XXX family" if ARCH_MULTI_V6
> + bool "Cavium Networks CNS3XXX family"
> + depends on ARCH_MULTI_V6
> select ARM_GIC
> select PCI_DOMAINS if PCI
> help
Acked-by: Krzysztof Halasa <khc at piap.pl>
--
Krzysztof Halasa
Industrial Research Institute for Automation and Measurements PIAP
Al. Jerozolimskie 202, 02-486 Warsaw, Poland
More information about the Linux-mediatek
mailing list