qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 2/6] target/hexagon: Add Kconfig file


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 2/6] target/hexagon: Add Kconfig file
Date: Sat, 4 Jan 2025 00:17:34 +0100

Keep the Hexagon target in line with others.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 target/Kconfig         | 1 +
 target/hexagon/Kconfig | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 target/hexagon/Kconfig

diff --git a/target/Kconfig b/target/Kconfig
index d0c7b59d9c7..17cfb4648d2 100644
--- a/target/Kconfig
+++ b/target/Kconfig
@@ -1,6 +1,7 @@
 source alpha/Kconfig
 source arm/Kconfig
 source avr/Kconfig
+source hexagon/Kconfig
 source hppa/Kconfig
 source i386/Kconfig
 source loongarch/Kconfig
diff --git a/target/hexagon/Kconfig b/target/hexagon/Kconfig
new file mode 100644
index 00000000000..7e556f35063
--- /dev/null
+++ b/target/hexagon/Kconfig
@@ -0,0 +1,2 @@
+config HEXAGON
+    bool
-- 
2.47.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]