summaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/85xx-64bit.config
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2015-07-29 18:14:04 -0500
committerScott Wood <scottwood@freescale.com>2015-08-07 22:59:19 -0500
commit44d5401425db90dc46a0ca000bdc41429768d351 (patch)
tree58757324bb086034dadbb6bedbfe48432c647879 /arch/powerpc/configs/85xx-64bit.config
parent7e2ad2ef851545c9bd0b5aadc8026c6901a87c50 (diff)
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>
Diffstat (limited to 'arch/powerpc/configs/85xx-64bit.config')
-rw-r--r--arch/powerpc/configs/85xx-64bit.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/configs/85xx-64bit.config b/arch/powerpc/configs/85xx-64bit.config
new file mode 100644
index 000000000000..4aba81222885
--- /dev/null
+++ b/arch/powerpc/configs/85xx-64bit.config
@@ -0,0 +1,4 @@
+CONFIG_MATH_EMULATION=y
+CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED=y
+CONFIG_PPC64=y
+CONFIG_PPC_BOOK3E_64=y