diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-04-25 21:12:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-25 21:12:32 +0200 |
commit | be36ad26b4d140895e425f86e484de912595829c (patch) | |
tree | 1e1989a168d69bd6d2a47101c9a99a91a9ad8120 /arch/arm/configs | |
parent | ccb0f688ea60b0b0128f3796f58879954c260f2f (diff) | |
parent | 9120abdcdb7fd3a51d3135ff37c9dad358dde9ee (diff) |
Merge tag 'keystone_config_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/defconfig
Merge "ARM: Keystone HOTPLUG and PSCI config update for 4.7" from Santosh Shilimkar
* tag 'keystone_config_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: configs: keystone: Add CPU Hotplug related options
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 5bcc9cf9d8f1..faba04d93ad5 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -30,6 +30,8 @@ CONFIG_PCI=y CONFIG_PCI_MSI=y CONFIG_PCI_KEYSTONE=y CONFIG_SMP=y +CONFIG_HOTPLUG_CPU=y +CONFIG_ARM_PSCI=y CONFIG_PREEMPT=y CONFIG_AEABI=y CONFIG_HIGHMEM=y |