diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-14 14:51:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 08:20:24 -0400 |
commit | dc7a12bdfccd94c31f79e294f16f7549bd411b49 (patch) | |
tree | 81da5ca148347b94c4539234f50d4bca6465e2f8 /arch/arm/plat-samsung | |
parent | 0d07cf5e53a21e35289adc3ab99b6804ff0c3833 (diff) |
docs: arm: convert docs to ReST and rename to *.rst
Converts ARM the text files to ReST, preparing them to be an
architecture book.
The conversion is actually:
- add blank lines and identation in order to identify paragraphs;
- fix tables markups;
- add some lists markups;
- mark literal blocks;
- adjust title markups.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by Corentin Labbe <clabbe.montjoie@gmail.com> # For sun4i-ss
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 53da57fba39c..301e572651c0 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -243,7 +243,7 @@ config SAMSUNG_PM_DEBUG | |||
243 | depends on DEBUG_EXYNOS_UART || DEBUG_S3C24XX_UART || DEBUG_S3C2410_UART | 243 | depends on DEBUG_EXYNOS_UART || DEBUG_S3C24XX_UART || DEBUG_S3C2410_UART |
244 | help | 244 | help |
245 | Say Y here if you want verbose debugging from the PM Suspend and | 245 | Say Y here if you want verbose debugging from the PM Suspend and |
246 | Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | 246 | Resume code. See <file:Documentation/arm/samsung-s3c24xx/suspend.rst> |
247 | for more information. | 247 | for more information. |
248 | 248 | ||
249 | config S3C_PM_DEBUG_LED_SMDK | 249 | config S3C_PM_DEBUG_LED_SMDK |
@@ -268,7 +268,7 @@ config SAMSUNG_PM_CHECK | |||
268 | Note, this can take several seconds depending on memory size | 268 | Note, this can take several seconds depending on memory size |
269 | and CPU speed. | 269 | and CPU speed. |
270 | 270 | ||
271 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | 271 | See <file:Documentation/arm/samsung-s3c24xx/suspend.rst> |
272 | 272 | ||
273 | config SAMSUNG_PM_CHECK_CHUNKSIZE | 273 | config SAMSUNG_PM_CHECK_CHUNKSIZE |
274 | int "S3C2410 PM Suspend CRC Chunksize (KiB)" | 274 | int "S3C2410 PM Suspend CRC Chunksize (KiB)" |
@@ -280,7 +280,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE | |||
280 | the CRC data block will take more memory, but will identify any | 280 | the CRC data block will take more memory, but will identify any |
281 | faults with better precision. | 281 | faults with better precision. |
282 | 282 | ||
283 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | 283 | See <file:Documentation/arm/samsung-s3c24xx/suspend.rst> |
284 | 284 | ||
285 | config SAMSUNG_WAKEMASK | 285 | config SAMSUNG_WAKEMASK |
286 | bool | 286 | bool |