1
0
Fork 0

C6X: change main arch kbuild symbol

Currently the c6x architecture uses CONFIG_TMS320C6X as the main
architecture symbol. Most architectures use a more intuitive name
based on the architecture directory name. There are no current
users of TMS320C6X so this patch simply changes CONFIG_TMS320C6X
to the more intuitive CONFIG_C6X.

Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
hifive-unleashed-5.1
Mark Salter 2012-05-01 20:37:49 -04:00
parent 69964ea4c7
commit 18d14704d6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# see Documentation/kbuild/kconfig-language.txt.
#
config TMS320C6X
config C6X
def_bool y
select CLKDEV_LOOKUP
select GENERIC_IRQ_SHOW