diff options
author | Alexey Smirnov <s.alexey@gmail.com> | 2023-01-16 15:21:59 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-22 02:08:28 +0100 |
commit | 8a3a4c84d714dccb1b45029f5cfe3f12fb7bfde8 (patch) | |
tree | fbcb62480c0ca0d71c7a74023f4f27c95dd88e10 /target/linux/omap/config-5.15 | |
parent | fcdd407e8e16b90e1995789ba217be5591a88d2f (diff) | |
download | upstream-8a3a4c84d714dccb1b45029f5cfe3f12fb7bfde8.tar.gz upstream-8a3a4c84d714dccb1b45029f5cfe3f12fb7bfde8.tar.bz2 upstream-8a3a4c84d714dccb1b45029f5cfe3f12fb7bfde8.zip |
omap: enable cpuidle driver
This enables generic cpuidle driver for ARM.
Signed-off-by: Alexey Smirnov <s.alexey@gmail.com>
Diffstat (limited to 'target/linux/omap/config-5.15')
-rw-r--r-- | target/linux/omap/config-5.15 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/omap/config-5.15 b/target/linux/omap/config-5.15 index 7b0dd7c908..e1615c5644 100644 --- a/target/linux/omap/config-5.15 +++ b/target/linux/omap/config-5.15 @@ -25,6 +25,7 @@ CONFIG_ARM=y CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y +CONFIG_ARM_CPUIDLE=y CONFIG_ARM_CPU_SUSPEND=y CONFIG_ARM_ERRATA_430973=y CONFIG_ARM_ERRATA_720789=y @@ -195,6 +196,7 @@ CONFIG_DRM_SIMPLE_BRIDGE=y CONFIG_DRM_TI_TFP410=y CONFIG_DRM_TI_TPD12S015=y CONFIG_DTC=y +CONFIG_DT_IDLE_STATES=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y CONFIG_EEPROM_93CX6=y |