xref: /linux/drivers/platform/cznic/Kconfig (revision 992f1a3d4e88498de04b0b13b94705d8540f3d81)
1*992f1a3dSMarek Behún# SPDX-License-Identifier: GPL-2.0-only
2*992f1a3dSMarek Behún#
3*992f1a3dSMarek Behún# For a description of the syntax of this configuration file,
4*992f1a3dSMarek Behún# see Documentation/kbuild/kconfig-language.rst.
5*992f1a3dSMarek Behún#
6*992f1a3dSMarek Behún
7*992f1a3dSMarek Behúnmenuconfig CZNIC_PLATFORMS
8*992f1a3dSMarek Behún	bool "Platform support for CZ.NIC's Turris hardware"
9*992f1a3dSMarek Behún	help
10*992f1a3dSMarek Behún	  Say Y here to be able to choose driver support for CZ.NIC's Turris
11*992f1a3dSMarek Behún	  devices. This option alone does not add any kernel code.
12*992f1a3dSMarek Behún
13*992f1a3dSMarek Behúnif CZNIC_PLATFORMS
14*992f1a3dSMarek Behún
15*992f1a3dSMarek Behúnconfig TURRIS_OMNIA_MCU
16*992f1a3dSMarek Behún	tristate "Turris Omnia MCU driver"
17*992f1a3dSMarek Behún	depends on MACH_ARMADA_38X || COMPILE_TEST
18*992f1a3dSMarek Behún	depends on I2C
19*992f1a3dSMarek Behún	help
20*992f1a3dSMarek Behún	  Say Y here to add support for the features implemented by the
21*992f1a3dSMarek Behún	  microcontroller on the CZ.NIC's Turris Omnia SOHO router.
22*992f1a3dSMarek Behún	  To compile this driver as a module, choose M here; the module will be
23*992f1a3dSMarek Behún	  called turris-omnia-mcu.
24*992f1a3dSMarek Behún
25*992f1a3dSMarek Behúnendif # CZNIC_PLATFORMS
26