Kconfig (ffb1e76f4f32d2b8ea4189df0484980370476395) Kconfig (f6bc909e7673c30abcbdb329e7d0aa2e83c103d7)
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

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

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"
300source "drivers/firmware/broadcom/Kconfig"
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

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

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"
300source "drivers/firmware/broadcom/Kconfig"
301source "drivers/firmware/cirrus/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
302source "drivers/firmware/google/Kconfig"
303source "drivers/firmware/efi/Kconfig"
304source "drivers/firmware/imx/Kconfig"
305source "drivers/firmware/meson/Kconfig"
306source "drivers/firmware/psci/Kconfig"
307source "drivers/firmware/smccc/Kconfig"
308source "drivers/firmware/tegra/Kconfig"
309source "drivers/firmware/xilinx/Kconfig"
310
311endmenu