Skip to content

Commit

Permalink
Config options required by raspberrypi/linux#1037
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH authored and LongChair committed Sep 27, 2015
1 parent 078f7b9 commit 7912db9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion projects/RPi/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ CONFIG_HW_RANDOM_BCM2708=m
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM_VC_CMA=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM_VC_SM=y
# CONFIG_XILLYBUS is not set

Expand Down Expand Up @@ -3018,6 +3019,7 @@ CONFIG_BCM2708_MBOX=y
# CONFIG_ARM_MHU is not set
# CONFIG_PL320_MBOX is not set
# CONFIG_ALTERA_MBOX is not set
CONFIG_BCM2835_MBOX=y
# CONFIG_IOMMU_SUPPORT is not set

#
Expand All @@ -3032,7 +3034,6 @@ CONFIG_BCM2708_MBOX=y
#
# SOC (System On Chip) specific Drivers
#
CONFIG_BCM2708_POWER=y
# CONFIG_SOC_TI is not set
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=m
Expand Down Expand Up @@ -3070,6 +3071,7 @@ CONFIG_IRQCHIP=y
# Firmware Drivers
#
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_RASPBERRYPI_FIRMWARE=y

#
# File systems
Expand Down
4 changes: 3 additions & 1 deletion projects/RPi2/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,7 @@ CONFIG_HW_RANDOM_BCM2708=m
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM_VC_CMA=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM_VC_SM=y
# CONFIG_XILLYBUS is not set

Expand Down Expand Up @@ -3073,6 +3074,7 @@ CONFIG_BCM2708_MBOX=y
# CONFIG_ARM_MHU is not set
# CONFIG_PL320_MBOX is not set
# CONFIG_ALTERA_MBOX is not set
CONFIG_BCM2835_MBOX=y
# CONFIG_IOMMU_SUPPORT is not set

#
Expand All @@ -3087,7 +3089,6 @@ CONFIG_BCM2708_MBOX=y
#
# SOC (System On Chip) specific Drivers
#
CONFIG_BCM2708_POWER=y
# CONFIG_SOC_TI is not set
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=m
Expand Down Expand Up @@ -3125,6 +3126,7 @@ CONFIG_IRQCHIP=y
# Firmware Drivers
#
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_RASPBERRYPI_FIRMWARE=y

#
# File systems
Expand Down

0 comments on commit 7912db9

Please sign in to comment.