33 lines
730 B
Plaintext
Executable File
33 lines
730 B
Plaintext
Executable File
#
|
|
# Allwinner sunXi SoC drivers
|
|
#
|
|
menuconfig SOC_SUNXI
|
|
bool "SUNXI SoC drivers support"
|
|
|
|
if SOC_SUNXI
|
|
|
|
config SUNXI_SRAM
|
|
bool
|
|
default ARCH_SUNXI
|
|
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.
|
|
|
|
source "drivers/soc/sunxi/arisc/Kconfig"
|
|
endif # SOC_SUNXI
|