This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-01-01 10:43:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
059dd502b2
linux
/
arch
/
arm
/
mach-digicolor
/
Makefile
3 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
treewide: Add SPDX license identifier - Makefile/Kconfig Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-19 12:07:45 +00:00
# SPDX-License-Identifier: GPL-2.0-only
ARM: initial support for Conexant Digicolor CX92755 SoC Add initial support for the Conexant CX92755 SoC. The CX92755 is one of the Digicolor series of SoCs, all sharing many of the same peripherals. The code was tested on the CX92755 evaluation kit, AKA Equinox. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Olof Johansson <olof@lixom.net>
2015-01-14 08:40:30 +00:00
obj-$(CONFIG_ARCH_DIGICOLOR)
+=
digicolor.o
Reference in New Issue
Copy Permalink