mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
47c128c65f
Writing this bit can be handled by the DT syscon-reboot driver. Enable that driver and remove the machine_desc version. Signed-off-by: Andrew Davis <afd@ti.com> Tested-by: Fabian Vogt <fabian@ritter-vogt.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Fabian Vogt <fabian@ritter-vogt.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config ARCH_NSPIRE
|
|
bool "TI-NSPIRE based"
|
|
depends on ARCH_MULTI_V4T
|
|
depends on CPU_LITTLE_ENDIAN
|
|
select CPU_ARM926T
|
|
select GENERIC_IRQ_CHIP
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_TIMER_SP804
|
|
select NSPIRE_TIMER
|
|
select POWER_RESET
|
|
select POWER_RESET_SYSCON
|
|
help
|
|
This enables support for systems using the TI-NSPIRE CPU
|