Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18d14704 authored by Mark Salter's avatar Mark Salter
Browse files

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: default avatarMark Salter <msalter@redhat.com>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 69964ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# see Documentation/kbuild/kconfig-language.txt.
#

config TMS320C6X
config C6X
	def_bool y
	select CLKDEV_LOOKUP
	select GENERIC_IRQ_SHOW