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

Philippe Mathieu-Daudé posted 6 patches 3 months ago
[RFC PATCH 2/6] target/hexagon: Add Kconfig file
Posted by Philippe Mathieu-Daudé 3 months ago
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


Re: [RFC PATCH 2/6] target/hexagon: Add Kconfig file
Posted by Brian Cain 3 months ago
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