diff options
author | Alex Nemirovsky | 2020-01-30 12:34:54 -0800 |
---|---|---|
committer | Tom Rini | 2020-02-07 13:59:58 -0500 |
commit | 800775eb499ef61276487bfcd8500524ce9e3ed0 (patch) | |
tree | 185d7bdd400dca27840ccc3c5666983d1d075abb /board/cortina | |
parent | 3f3c153e330d2928cf49c85e94380010607e0a50 (diff) |
MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
Assign Alex Nemirovsky as custodian for all
Cortina Access (CA) for ARM and MIPS based SoCs.
Currently Cortina Access CAxxxx family of SoCs support both
ARM and MIPS ISA. Drivers have cross platform support for
both architectures.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
Diffstat (limited to 'board/cortina')
-rw-r--r-- | board/cortina/common/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cortina/common/Kconfig b/board/cortina/common/Kconfig new file mode 100644 index 00000000000..00c709e70f0 --- /dev/null +++ b/board/cortina/common/Kconfig @@ -0,0 +1,6 @@ +config CORTINA_PLATFORM + bool "Cortina-Access Platform" + default y + help + Select this option for Cortina-Access platforms + to enables selection of CAxxxx drivers |