summaryrefslogtreecommitdiffstats
path: root/arch/c6x/Kconfig
diff options
context:
space:
mode:
authorMark Salter2012-05-02 02:37:49 +0200
committerMark Salter2012-05-02 16:04:02 +0200
commit18d14704d66f651395a68c8a70c86f0a22bccb31 (patch)
treeca8884592a31f857e65eb2d47e3bc80093d409c2 /arch/c6x/Kconfig
parentLinux 3.4-rc5 (diff)
downloadkernel-qcow2-linux-18d14704d66f651395a68c8a70c86f0a22bccb31.tar.gz
kernel-qcow2-linux-18d14704d66f651395a68c8a70c86f0a22bccb31.tar.xz
kernel-qcow2-linux-18d14704d66f651395a68c8a70c86f0a22bccb31.zip
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>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r--arch/c6x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index 1c3ccd416d50..3fc28fbb1cc4 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -3,7 +3,7 @@
# see Documentation/kbuild/kconfig-language.txt.
#
-config TMS320C6X
+config C6X
def_bool y
select CLKDEV_LOOKUP
select GENERIC_IRQ_SHOW