diff options
author | Tony Lindgren <tony@atomide.com> | 2020-03-15 00:25:37 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-03-17 19:37:53 +0300 |
commit | cb63cfb4cbd46dc8311607fe2962df7ed0fe27af (patch) | |
tree | e457d8a01a4fbbfca40b88f3744e645dbfda6883 /arch/arm/configs | |
parent | 5cf9ffe70c2d37ca623589844bfd24cb7a5a3a88 (diff) | |
download | linux-cb63cfb4cbd46dc8311607fe2962df7ed0fe27af.tar.xz |
ARM: omap2plus_defconfig: Enable simple-pm-bus
We can use simple-pm-bus instead of simple-bus, let's enable it to allow
configuring it in dts files for using things like genpd.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index ef5ac91e76b5..18fcd9a68358 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -130,6 +130,7 @@ CONFIG_PCI_EPF_TEST=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_OMAP_OCP2SCP=y +CONFIG_SIMPLE_PM_BUS=y CONFIG_CONNECTOR=m CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y |