summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2022-08-08 09:33:09 +0530
committerAnup Patel <[email protected]>2022-08-08 09:33:09 +0530
commit662e631ccef2b20d7aba5d077ae0891f6b55ad2d (patch)
tree050647025af324af5624a048ef352287f72f4eb3 /firmware
parent422f0e0486dd30196c11e43763510410c8632bcb (diff)
Makefile: Add initial kconfig support for each platform
We extend the top-level makefile to allow kconfig based configuration for each platform where each platform has it's own set of configs with "defconfig" being the default config. Signed-off-by: Anup Patel <[email protected]> Tested-by: Andrew Jones <[email protected]> Acked-by: Atish Patra <[email protected]> Tested-by: Atish Patra <[email protected]>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Kconfig b/firmware/Kconfig
new file mode 100644
index 00000000..d6e0506a
--- /dev/null
+++ b/firmware/Kconfig
@@ -0,0 +1 @@
+# SPDX-License-Identifier: BSD-2-Clause