configs: Convert AT91RESET_EXTRST to Kconfig
authorTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 25 Feb 2022 08:13:56 +0000 (10:13 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 1 Apr 2022 12:42:46 +0000 (15:42 +0300)
commitaf612ee4184d9fe9b17a9d81e65beeb8fceb8949
treeb7855ff45d98e406d160c7f68212388ab3ff702f
parent5576bb36ad7954af31474b778bfe037f5ef39ec6
configs: Convert AT91RESET_EXTRST to Kconfig

Convert AT91RESET_EXTRST to Kconfig for easier integration. The symbol is
not configurable from menuconfig, it will be automatically selected by SoCs
that select it explicitly via the "select" directive.
AT91RESET_EXTRST sets the Reset Controller's RSTC_CR.EXTRST bit which
asserts the nrst_out pin that resets external devices.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
arch/arm/mach-at91/Kconfig