85 lines
2.1 KiB
Plaintext
85 lines
2.1 KiB
Plaintext
|
#
|
||
|
# Allwinner sunXi SoC drivers
|
||
|
#
|
||
|
menuconfig SOC_SUNXI
|
||
|
bool "SUNXI SoC drivers support"
|
||
|
|
||
|
config SUNXI_ARISC_INF
|
||
|
tristate "Sunxi arisc driver support"
|
||
|
default y
|
||
|
help
|
||
|
Say y here to enable the sunxi arisc support.
|
||
|
|
||
|
config SUNXI_FASTBOOT
|
||
|
tristate "Sunxi fastboot support"
|
||
|
default n
|
||
|
help
|
||
|
Say y here to enable the sunxi fastboot support.
|
||
|
|
||
|
if SOC_SUNXI
|
||
|
|
||
|
config SUNXI_SRAM
|
||
|
tristate "Sunxi sram support"
|
||
|
help
|
||
|
Say y here to enable the SRAM controller support. This
|
||
|
device is responsible on mapping the SRAM in the sunXi SoCs
|
||
|
whether to the CPU/DMA, or to the devices.
|
||
|
|
||
|
config SUNXI_SUSPEND
|
||
|
tristate "Sunxi suspend support"
|
||
|
default ARCH_SUNXI
|
||
|
depends on PM_SLEEP
|
||
|
help
|
||
|
Say y here to enable the sunxi standby support.
|
||
|
|
||
|
config SUNXI_SUSPEND_NONARISC
|
||
|
tristate "Sunxi suspend support without arisc"
|
||
|
depends on SUNXI_SUSPEND && !SUNXI_ARISC
|
||
|
default !SUNXI_ARISC
|
||
|
help
|
||
|
Say y here to enter standby without arisc.
|
||
|
|
||
|
config GPU_PM_DOMAINS
|
||
|
bool "Allwinner gpu power domain"
|
||
|
depends on PM
|
||
|
depends on ARCH_SUN50IW10
|
||
|
select PM_GENERIC_DOMAINS
|
||
|
select PM_GENERIC_DOMAINS_OF
|
||
|
help
|
||
|
Say y here to enable power domain support.
|
||
|
In order to meet high performance and low power requirements, a power
|
||
|
management unit is designed or saving power when gpu in low power
|
||
|
mode. The PPU is dedicated for managing the power of the GPU.
|
||
|
|
||
|
If unsure, say N.
|
||
|
|
||
|
config SUNXI_PM_DOMAINS
|
||
|
tristate "Allwinner power domain"
|
||
|
depends on PM
|
||
|
select PM_GENERIC_DOMAINS
|
||
|
select PM_GENERIC_DOMAINS_OF
|
||
|
select MFD_SYSCON
|
||
|
help
|
||
|
Say y here to enable power domain support.
|
||
|
In order to meet high performance and low power requirements, a power
|
||
|
management unit is designed or saving power when domain in low power
|
||
|
mode. The PPU is dedicated for managing the power of the domain.
|
||
|
|
||
|
If unsure, say N.
|
||
|
|
||
|
config SUNXI_POWER_DOMAIN_TEST
|
||
|
tristate "Allwinner power domain test"
|
||
|
depends on PM
|
||
|
depends on SUNXI_PM_DOMAINS
|
||
|
help
|
||
|
Say y here to enable power domain test driver.
|
||
|
|
||
|
config SUNXI_CPUFREQ_TEST
|
||
|
tristate "Allwinner cpufreq test"
|
||
|
default m
|
||
|
help
|
||
|
Say y here to enable cpufreq test driver.
|
||
|
|
||
|
source "drivers/soc/sunxi/arisc/Kconfig"
|
||
|
endif # SOC_SUNXI
|