diff options
author | Eric Anholt <eric@anholt.net> | 2016-03-31 14:29:03 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-04 11:03:22 -0700 |
commit | 8d1a8c92a8c04f344a57c271b5c0792bc552ae3e (patch) | |
tree | 424fdcf9b29b894f9a3dca7607cd8e48d62cfd28 /arch/arm/configs/bcm2835_defconfig | |
parent | bf9dbf50b1a3a8af3c72dc722bfb0137dda873f7 (diff) |
ARM: bcm2835: Enable CONFIG_PM.
The power domain driver we've enabled doesn't actually do anything
without it, and we need it to do its job for VC4 to initialize
successfully.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 1617fd27bab9..1192a6fa5934 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -38,6 +38,7 @@ CONFIG_CRASH_DUMP=y CONFIG_VFP=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_SUSPEND is not set +CONFIG_PM=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |