commit | 7b37a1232273912dd57cd72b82fe70407bff7683 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Jan 08 21:25:31 2014 +1100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 27 16:01:18 2014 +0100 |
tree | 55547c083f046ce7a09c3807fc604087e54c63d5 | |
parent | d682916a381ac7c8eb965c10ab64bc7cc2f18647 [diff] |
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>