diff mbox series

[1/2] MAINTAINERS, cortina: add common feature and platform enablement flag

Message ID 1579511193-8034-1-git-send-email-alex.nemirovsky@cortina-access.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [1/2] MAINTAINERS, cortina: add common feature and platform enablement flag | expand

Commit Message

Alex Nemirovsky Jan. 20, 2020, 9:06 a.m. UTC
Add a CONFIG which allows Cortina Access (CA) drivers
to be configured in both ARM and MIPS based SoC platforms.

Additionally, Cortina Access specific common board features
will be enabled/disabled via a Cortina specific KConfig.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>

---

 MAINTAINERS                  | 2 ++
 board/cortina/common/Kconfig | 5 +++++
 2 files changed, 7 insertions(+)
 create mode 100644 board/cortina/common/Kconfig
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c40e9ee..394a089 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -177,6 +177,7 @@  ARM CORTINA ACCESS CAxxxx
 M:	Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
 S:	Supported
 F:	board/cortina/common/*
+F:	board/cortina/common/Kconfig
 F:	board/cortina/common/armv8/*
 
 ARM/CZ.NIC TURRIS MOX SUPPORT
@@ -657,6 +658,7 @@  MIPS CORTINA ACCESS CAxxxx
 M:	Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
 S:	Supported
 F:	board/cortina/common/*
+F:	board/cortina/common/Kconfig
 F:	board/cortina/common/mips/*
 
 MIPS MSCC
diff --git a/board/cortina/common/Kconfig b/board/cortina/common/Kconfig
new file mode 100644
index 0000000..a3d361e
--- /dev/null
+++ b/board/cortina/common/Kconfig
@@ -0,0 +1,5 @@ 
+config CORTINA_PLATFORM
+       bool "Cortina-Access Platform"
+       default y
+       help
+         Select this option for Cortina-Access platform.