mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig ARCH_RDA
|
|
bool "RDA Micro SoCs"
|
|
depends on ARCH_MULTI_V7
|
|
select RDA_INTC
|
|
select RDA_TIMER
|
|
help
|
|
This enables support for the RDA Micro 8810PL SoC family.
|