keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:17:33 +0000 (09:17 +0100)
committerMario Six <mario.six@gdsys.cc>
Mon, 20 May 2019 11:50:34 +0000 (13:50 +0200)
commit71c790097be0c5e7e99b1ca83e27e1232c12fc02
tree8a8bc564a845da03945af284dd7197d5e613f552
parent0e890d4c2b4e850ba0cba7fadfaba2305f76eb99
keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs

The kmsupx5, tuge1, kmopti2, and kmtepr2 boards all build from the same
include config file with lots of #ifdef logic.

To ease Kconfig migration, create new config include files for these
boards, and resolve the #ifdef logic as needed.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
12 files changed:
arch/powerpc/cpu/mpc83xx/Kconfig
board/keymile/km83xx/Kconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtepr2_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig
include/configs/kmopti2.h [new file with mode: 0644]
include/configs/kmsupx5.h [new file with mode: 0644]
include/configs/kmtepr2.h [new file with mode: 0644]
include/configs/tuge1.h [new file with mode: 0644]
include/configs/tuxx1.h