Kconfig (c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0) Kconfig (e781858488b918e30a6ff28e9eab6058b787e3b3)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.rst.
5#
6
7menu "Firmware Drivers"
8

--- 282 unchanged lines hidden (view full) ---

291 select ARMADA_37XX_RWTM_MBOX
292 help
293 This driver communicates with the firmware on the Cortex-M3 secure
294 processor of the Turris Mox router. Enable if you are building for
295 Turris Mox, and you will be able to read the device serial number and
296 other manufacturing data and also utilize the Entropy Bit Generator
297 for hardware random number generation.
298
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.rst.
5#
6
7menu "Firmware Drivers"
8

--- 282 unchanged lines hidden (view full) ---

291 select ARMADA_37XX_RWTM_MBOX
292 help
293 This driver communicates with the firmware on the Cortex-M3 secure
294 processor of the Turris Mox router. Enable if you are building for
295 Turris Mox, and you will be able to read the device serial number and
296 other manufacturing data and also utilize the Entropy Bit Generator
297 for hardware random number generation.
298
299source "drivers/firmware/arm_ffa/Kconfig"
299source "drivers/firmware/broadcom/Kconfig"
300source "drivers/firmware/google/Kconfig"
301source "drivers/firmware/efi/Kconfig"
302source "drivers/firmware/imx/Kconfig"
303source "drivers/firmware/meson/Kconfig"
304source "drivers/firmware/psci/Kconfig"
305source "drivers/firmware/smccc/Kconfig"
306source "drivers/firmware/tegra/Kconfig"
307source "drivers/firmware/xilinx/Kconfig"
308
309endmenu
300source "drivers/firmware/broadcom/Kconfig"
301source "drivers/firmware/google/Kconfig"
302source "drivers/firmware/efi/Kconfig"
303source "drivers/firmware/imx/Kconfig"
304source "drivers/firmware/meson/Kconfig"
305source "drivers/firmware/psci/Kconfig"
306source "drivers/firmware/smccc/Kconfig"
307source "drivers/firmware/tegra/Kconfig"
308source "drivers/firmware/xilinx/Kconfig"
309
310endmenu