arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 17 Sep 2018 18:43:03 +0000 (21:43 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 19 Oct 2018 16:56:58 +0000 (12:56 -0400)
commitee54dfea45b3ca1af5783c992f2efffe3e87e2f7
tree41ed9d3fc3a4de5d660a34f8b0449f19565e2650
parent83c18d4101cc224ffee836376504ac855908ad6f
arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option

The explicit arch specific build symbol allows to group supported
boards, generalize common config options and it will serve as
a dependency for platform only drivers.

Two related board defconfigs are resynced after the change.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/lpc32xx/Kconfig [new file with mode: 0644]
board/timll/devkit3250/Kconfig
board/work-microwave/work_92105/Kconfig
configs/devkit3250_defconfig
configs/work_92105_defconfig