summaryrefslogtreecommitdiff
path: root/drivers/cpu/Kconfig
diff options
context:
space:
mode:
authorJiaxun Yang <[email protected]>2024-06-18 14:56:07 +0100
committerTom Rini <[email protected]>2024-07-04 16:08:37 -0600
commit51087a320da0fa3780645f7bfdb7fb616005dbdd (patch)
tree6a6a77633c602a8ec9dde1787cceedbf0ef32b5d /drivers/cpu/Kconfig
parenteb2daa0f4e6d431ea62c3feca190f7fd2a9de8f5 (diff)
drivers: cpu: Add xtensa CPU driver
Implement various CPU related functions. I'm actually just using it to get cpu clock frequency. Tested-by: Max Filippov <[email protected]> Signed-off-by: Jiaxun Yang <[email protected]>
Diffstat (limited to 'drivers/cpu/Kconfig')
-rw-r--r--drivers/cpu/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/cpu/Kconfig b/drivers/cpu/Kconfig
index 1c3c810651e..5c06cd9f60e 100644
--- a/drivers/cpu/Kconfig
+++ b/drivers/cpu/Kconfig
@@ -33,3 +33,9 @@ config CPU_MICROBLAZE
select XILINX_MICROBLAZE0_PVR
help
Support CPU cores for Microblaze architecture.
+
+config CPU_XTENSA
+ bool "Enable Xtensa CPU driver"
+ depends on CPU && XTENSA
+ help
+ Support CPU cores for Xtensa architecture.