zephyr/arch/arm/soc/nxp_lpc
Kumar Gala b493f484df arch: arm: soc: Cleanup Kconfig inclusion per SoC
When we included SoC specific Kconfig files we do something like:

gsource "arch/arm/soc/arm/*/Kconfig.soc"

However, we should do that inside an if block for that SoC family so as
to limit SoC family specific options to only being visible when that SoC
family is selected.  So we simply move the gsource and related items
inside the if SOC_FAMILY_<SOC> block.

Fixes: #7452

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-05-10 11:16:52 -05:00
..
lpc54xxx scripts: extract_dts_includes: Generate'_0' defines only when needed 2018-05-10 10:38:23 -05:00
CMakeLists.txt lpc: Add nxp_lpc soc family to soc directory 2018-01-23 09:18:32 -06:00
Kconfig arch: arm: soc: Cleanup Kconfig inclusion per SoC 2018-05-10 11:16:52 -05:00
Kconfig.defconfig kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
Kconfig.soc kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00