Skip to content

Commit

Permalink
C6X: change main arch kbuild symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Salter committed May 2, 2012
1 parent 69964ea commit 18d1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/c6x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# see Documentation/kbuild/kconfig-language.txt.
#

config TMS320C6X
config C6X
def_bool y
select CLKDEV_LOOKUP
select GENERIC_IRQ_SHOW
Expand Down

0 comments on commit 18d1470

Please sign in to comment.