commit | 1b41da26304f26e17d354f852b39538fad6978a4 | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Sat Mar 20 01:34:01 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 25 07:23:02 2021 -0400 |
tree | 1c9c598679c083ea296291d130f329e98bcb0ed7 | |
parent | 8311d27afcd81ea0400818eb02b6f08df65f424f [diff] |
ARC: Kconfig: rename CPU_ARCV2 option to ISA_ARCV2 * Rename CPU_ARCV2 to ISA_ARCV2. That helps to avoid conflict between CPU families naming and ISAs naming and aligns this options with other ARC OSS projects. * Generalize ARCV2 check to ARC check where it is required. NOTE: we add ISA_ARCV2 option in a choice list as a preparation for ISA_ARCV3 addition. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>