[PATCH v2 01/13] MIPS: ath79: provide CONFIG_SOC_QCA_AR9331 option
Oleksij Rempel
linux at rempel-privat.de
Wed Aug 9 08:23:55 PDT 2017
I assume it was bad idea to push this patches all together.
will split it and send in separate chunks.
Am 07.08.2017 um 16:39 schrieb Oleksij Rempel:
> QCA AR9331 and QCA AR9344 have some similar part but different uart engines.
> We need this flag to provide common debug_ll support.
>
> Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
> ---
> arch/mips/mach-ath79/Kconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
> index 9b8e3946e..f2eae2532 100644
> --- a/arch/mips/mach-ath79/Kconfig
> +++ b/arch/mips/mach-ath79/Kconfig
> @@ -4,17 +4,22 @@ config ARCH_TEXT_BASE
> hex
> default 0xa0800000
>
> +config SOC_QCA_AR9331
> + bool
> +
> choice
> prompt "Board type"
>
> config BOARD_TPLINK_MR3020
> bool "TP-LINK MR3020"
> + select SOC_QCA_AR9331
> select HAVE_PBL_IMAGE
> select HAVE_IMAGE_COMPRESSION
> select HAS_NMON
>
> config BOARD_BLACK_SWIFT
> bool "Black Swift"
> + select SOC_QCA_AR9331
> select HAVE_PBL_IMAGE
> select HAVE_IMAGE_COMPRESSION
> select HAS_NMON
>
--
Regards,
Oleksij
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20170809/ad1310be/attachment.sig>
More information about the barebox
mailing list