qemu-devel
[Top][All Lists]
Advanced

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

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


From: Brian Cain
Subject: Re: [RFC PATCH 2/6] target/hexagon: Add Kconfig file
Date: Fri, 3 Jan 2025 18:39:01 -0600
User-agent: Mozilla Thunderbird


On 1/3/2025 5:17 PM, Philippe Mathieu-Daudé wrote:
Keep the Hexagon target in line with others.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>


  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



reply via email to

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