diff options
Diffstat (limited to 'Documentation/features/arch-support.txt')
-rw-r--r-- | Documentation/features/arch-support.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/features/arch-support.txt b/Documentation/features/arch-support.txt new file mode 100644 index 0000000000..118ae03184 --- /dev/null +++ b/Documentation/features/arch-support.txt @@ -0,0 +1,12 @@ + +For generic kernel features that need architecture support, the +arch-support.txt file in each feature directory shows the arch +support matrix, for all upstream Linux architectures. + +The meaning of entries in the tables is: + + | ok | # feature supported by the architecture + |TODO| # feature not yet supported by the architecture + | .. | # feature cannot be supported by the hardware + | N/A| # feature doesn't apply to the architecture + |