mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-01 03:51:31 +02:00
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>
This commit is contained in:
parent
5576bb36ad
commit
af612ee418
@ -306,6 +306,9 @@ endchoice
|
|||||||
config ATMEL_SFR
|
config ATMEL_SFR
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config AT91RESET_EXTRST
|
||||||
|
bool
|
||||||
|
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
default "at91"
|
default "at91"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user