X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Farm64%2FKconfig;h=e6e4d3749a6e9d1eef343ec1f502c265a17c8e6d;hb=bf4b558eba92;hp=516d8a7ca697d5fb0ed642316d2187bfa4ad9b22;hpb=1694f0bb8f04837f5232f35051f40eefc4ad5402;p=cascardo%2Flinux.git diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 516d8a7ca697..e6e4d3749a6e 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -17,6 +17,7 @@ config ARM64 select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS_BROADCAST if SMP select GENERIC_CPU_AUTOPROBE + select GENERIC_EARLY_IOREMAP select GENERIC_IOMAP select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW @@ -47,6 +48,7 @@ config ARM64 select NO_BOOTMEM select OF select OF_EARLY_FLATTREE + select OF_RESERVED_MEM select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY @@ -65,7 +67,7 @@ config ARCH_PHYS_ADDR_T_64BIT config MMU def_bool y -config NO_IOPORT +config NO_IOPORT_MAP def_bool y config STACKTRACE_SUPPORT @@ -321,6 +323,8 @@ menu "CPU Power Management" source "drivers/cpuidle/Kconfig" +source "kernel/power/Kconfig" + source "drivers/cpufreq/Kconfig" endmenu