]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/Kconfig: Make TM select VSX and VMX
authorMichael Neuling <mikey@neuling.org>
Wed, 8 Jan 2014 10:25:31 +0000 (21:25 +1100)
committerAlexander Graf <agraf@suse.de>
Mon, 27 Jan 2014 15:01:18 +0000 (16:01 +0100)
commit3dd845fb2914d4cd01e23e24c596fa8dbae5a8e1
tree55547c083f046ce7a09c3807fc604087e54c63d5
parent9b31ad4a3b3f821064c1924987540be4718d26dc
powerpc/Kconfig: Make TM select VSX and VMX

There are no processors in existence that have TM but no VMX or VSX.  So let's
makes CONFIG_PPC_TRANSACTIONAL_MEM select both CONFIG_VSX and CONFIG_ALTIVEC.
This makes the code a lot simpler by removing the need for a bunch of #ifdefs.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/Kconfig