diff options
Diffstat (limited to 'Documentation/features/time/clockevents/arch-support.txt')
-rw-r--r-- | Documentation/features/time/clockevents/arch-support.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/features/time/clockevents/arch-support.txt b/Documentation/features/time/clockevents/arch-support.txt new file mode 100644 index 000000000..8287b6aa5 --- /dev/null +++ b/Documentation/features/time/clockevents/arch-support.txt @@ -0,0 +1,33 @@ +# +# Feature name: clockevents +# Kconfig: GENERIC_CLOCKEVENTS +# description: arch support generic clock events +# + ----------------------- + | arch |status| + ----------------------- + | alpha: | ok | + | arc: | ok | + | arm: | ok | + | arm64: | ok | + | c6x: | ok | + | csky: | ok | + | h8300: | ok | + | hexagon: | ok | + | ia64: | TODO | + | m68k: | ok | + | microblaze: | ok | + | mips: | ok | + | nds32: | ok | + | nios2: | ok | + | openrisc: | ok | + | parisc: | ok | + | powerpc: | ok | + | riscv: | ok | + | s390: | ok | + | sh: | ok | + | sparc: | ok | + | um: | ok | + | x86: | ok | + | xtensa: | ok | + ----------------------- |