mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
K3CONF is a Linux user-space standalone application designed to provide a quick'n easy way to dynamically diagnose Texas Instruments' K3 architecture based processors. K3CONF is intended to provide similar experience to that of OMAPCONF that runs on legacy TI platforms. K3CONF currently supports Texas Instruments AM654, J721E, J7200, AM64x,AM62x,J721S2,J784S4,J722S, AM62Ax, AM62Px, and AM62Lx devices. Along with the BeagleBoard variants of the above mentioned TI SOC's. Signed-off-by: Mohammed Sadik Shaik <s-sadik@ti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
448 B
Makefile
18 lines
448 B
Makefile
################################################################################
|
|
#
|
|
# k3conf
|
|
#
|
|
################################################################################
|
|
|
|
K3CONF_VERSION = v0.4
|
|
K3CONF_SITE = https://git.ti.com/git/k3conf/k3conf.git
|
|
K3CONF_SITE_METHOD = git
|
|
K3CONF_LICENSE = BSD-3-Clause
|
|
K3CONF_LICENSE_FILES = LICENSE
|
|
|
|
define K3CONF_LINUX_CONFIG_FIXUPS
|
|
$(call KCONFIG_ENABLE_OPT,CONFIG_DEVMEM)
|
|
endef
|
|
|
|
$(eval $(cmake-package))
|