]> git.baikalelectronics.ru Git - uboot.git/commit
keymile: Make distinct kmtegr1, kmvect1, suvd3 configs
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:17:30 +0000 (09:17 +0100)
committerMario Six <mario.six@gdsys.cc>
Mon, 20 May 2019 11:50:34 +0000 (13:50 +0200)
commitb9fe1dcdacdaeb26d52b441454d8790acd108e57
tree69283fcc0da4f36cedec2d5441598dc21b61a300
parent4a3d76d1db9e61f52c5e769659dbf0d49941198d
keymile: Make distinct kmtegr1, kmvect1, suvd3 configs

The kmtegr1, kmvect1, and suvd3 boards all use the same config include
file with lots of #ifdefs in it.

The Kconfig migation will become easier if we get rid of these #ifdefs
first.

Hence, create distinct config include files for these boards, and unwind
the #ifdef logic in these config files to only include the options
necessary for each board.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/Kconfig
board/keymile/km83xx/Kconfig
configs/kmtegr1_defconfig
configs/kmvect1_defconfig
include/configs/kmtegr1.h [new file with mode: 0644]
include/configs/kmvect1.h [new file with mode: 0644]
include/configs/suvd3.h