U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] arm: lpc32xx: create platform specific Kconfig file
@ 2018-09-17 18:43 Vladimir Zapolskiy
  2018-09-17 18:43 ` [U-Boot] [PATCH 1/2] arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option Vladimir Zapolskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vladimir Zapolskiy @ 2018-09-17 18:43 UTC (permalink / raw)
  To: u-boot

There is a need to introduce ARCH_LPC32XX build config symbol
to improve selection of build options for drivers, which are
specific to NXP LPC32xx platform only. At the same time the
new Kconfig file and sections can be used to describe common SoC
properties and collect entries of all LPC32xx boards.

The presented two patches are the initial ones in the series of
LPC32xx device driver changes, which move LPC32xx board specific
options from include/configs/* to build system and board configs.

Vladimir Zapolskiy (2):
  arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option
  Makefile: add LPC32xx precondition for building platform images

 Makefile                                |  2 ++
 arch/arm/Kconfig                        | 24 ++++++++++++------------
 arch/arm/cpu/arm926ejs/lpc32xx/Kconfig  | 20 ++++++++++++++++++++
 board/timll/devkit3250/Kconfig          |  3 ---
 board/work-microwave/work_92105/Kconfig |  3 ---
 configs/devkit3250_defconfig            |  6 +-----
 configs/work_92105_defconfig            | 11 ++++-------
 7 files changed, 39 insertions(+), 30 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/Kconfig

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-10-20 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17 18:43 [U-Boot] [PATCH 0/2] arm: lpc32xx: create platform specific Kconfig file Vladimir Zapolskiy
2018-09-17 18:43 ` [U-Boot] [PATCH 1/2] arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option Vladimir Zapolskiy
2018-10-20 19:10   ` [U-Boot] [U-Boot, " Tom Rini
2018-09-17 18:43 ` [U-Boot] [PATCH 2/2] Makefile: add LPC32xx precondition for building platform images Vladimir Zapolskiy
2018-10-20 19:11   ` [U-Boot] [U-Boot, " Tom Rini
2018-10-19  0:27 ` [U-Boot] [PATCH 0/2] arm: lpc32xx: create platform specific Kconfig file Vladimir Zapolskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox