[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
- [RFC PATCH 0/6] disas: Allow linking multiple disassemblers in a heterogeneous binary, Philippe Mathieu-Daudé, 2025/01/03
- [RFC PATCH 1/6] target: Only link capstone to targets requiring it, Philippe Mathieu-Daudé, 2025/01/03
- [RFC PATCH 2/6] target/hexagon: Add Kconfig file,
Philippe Mathieu-Daudé <=
- [RFC PATCH 3/6] target/xtensa: Move xtensa-isa.c to common_ss[], Philippe Mathieu-Daudé, 2025/01/03
- [RFC PATCH 4/6] disas: Have each system target select its disassembler, Philippe Mathieu-Daudé, 2025/01/03
- [RFC PATCH 5/6] Kconfig: Expose host CONFIG_CAPSTONE definition, Philippe Mathieu-Daudé, 2025/01/03
- [RFC PATCH 6/6] disas: Select capstone targets by default, Philippe Mathieu-Daudé, 2025/01/03