OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
soc
/
bcm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Kconfig
723 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
93 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
brcmstb
-
11/17/2022 06:42:23 AM
rwxr-xr-x
Editing: Kconfig
Close
menu "Broadcom SoC drivers" config RASPBERRYPI_POWER bool "Raspberry Pi power domain driver" depends on ARCH_BCM2835 || (COMPILE_TEST && OF) depends on RASPBERRYPI_FIRMWARE=y select PM_GENERIC_DOMAINS if PM help This enables support for the RPi power domains which can be enabled or disabled via the RPi firmware. config SOC_BRCMSTB bool "Broadcom STB SoC drivers" depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST select SOC_BUS help Enables drivers for the Broadcom Set-Top Box (STB) series of chips. This option alone enables only some support code, while the drivers can be enabled individually within this menu. If unsure, say N. source "drivers/soc/bcm/brcmstb/Kconfig" endmenu