]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/85xx: Use kconfig fragments
authorScott Wood <scottwood@freescale.com>
Wed, 29 Jul 2015 23:14:04 +0000 (18:14 -0500)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Aug 2015 03:59:19 +0000 (22:59 -0500)
commit44d5401425db90dc46a0ca000bdc41429768d351
tree58757324bb086034dadbb6bedbfe48432c647879
parent7e2ad2ef851545c9bd0b5aadc8026c6901a87c50
powerpc/85xx: Use kconfig fragments

Unify mpc85xx and corenet configs using fragments, to ease maintenance
and avoid the sort of drift that the previous patch fixed.

Hardware and software options are separated, with the hope that other
embedded platforms could share the software options, and to make it
easier to maintain custom/alternate configs that focus on either
hardware or software options.

Due to the previous patch, this patch should not affect the results of
any of the affected defconfigs -- only how those results are achieved.
The resulting config is more or less the union of the options that any
of the configs previously selected.  No attempt was made in this (or
the previous) patch to edit out questionable options, but this patch
will make it easier to do so in future patches.

Signed-off-by: Scott Wood <scottwood@freescale.com>
12 files changed:
arch/powerpc/Makefile
arch/powerpc/configs/85xx-32bit.config [new file with mode: 0644]
arch/powerpc/configs/85xx-64bit.config [new file with mode: 0644]
arch/powerpc/configs/85xx-hw.config [moved from arch/powerpc/configs/corenet32_smp_defconfig with 52% similarity]
arch/powerpc/configs/85xx-smp.config [new file with mode: 0644]
arch/powerpc/configs/altivec.config [new file with mode: 0644]
arch/powerpc/configs/corenet64_smp_defconfig [deleted file]
arch/powerpc/configs/corenet_basic_defconfig [new file with mode: 0644]
arch/powerpc/configs/fsl-emb-nonhw.config [new file with mode: 0644]
arch/powerpc/configs/mpc85xx_basic_defconfig [new file with mode: 0644]
arch/powerpc/configs/mpc85xx_defconfig [deleted file]
arch/powerpc/configs/mpc85xx_smp_defconfig [deleted file]