diff options
| author | Mark Rutland <mark.rutland@arm.com> | 2015-07-31 10:46:16 -0400 |
|---|---|---|
| committer | Will Deacon <will.deacon@arm.com> | 2015-08-03 07:33:39 -0400 |
| commit | bff60792f994a87324ab57e89e945b4572b1ef77 (patch) | |
| tree | 6621042fdbf61a747dd7f7c094db8e8bfe17087a /drivers/firmware/Kconfig | |
| parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
arm64: psci: factor invocation code to drivers
To enable sharing with arm, move the core PSCI framework code to
drivers/firmware. This results in a minor gain in lines of code, but
this will quickly be amortised by the removal of code currently
duplicated in arch/arm.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Tested-by: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/firmware/Kconfig')
| -rw-r--r-- | drivers/firmware/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 99c69a3205c4..d8de6a8dd4de 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | menu "Firmware Drivers" | 6 | menu "Firmware Drivers" |
| 7 | 7 | ||
| 8 | config ARM_PSCI_FW | ||
| 9 | bool | ||
| 10 | |||
| 8 | config EDD | 11 | config EDD |
| 9 | tristate "BIOS Enhanced Disk Drive calls determine boot disk" | 12 | tristate "BIOS Enhanced Disk Drive calls determine boot disk" |
| 10 | depends on X86 | 13 | depends on X86 |
