From 51087a320da0fa3780645f7bfdb7fb616005dbdd Mon Sep 17 00:00:00 2001 From: Jiaxun Yang Date: Tue, 18 Jun 2024 14:56:07 +0100 Subject: 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 Signed-off-by: Jiaxun Yang --- drivers/cpu/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/cpu/Kconfig') 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. -- cgit v1.2.3