mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
Enable support for PMMC the TI power processor on K2G. This processor manages all power management related activities on the SoC and and allows the Operating Systems on compute processors such as ARM, DSP to offload the power logic away into the power processor. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
18 lines
412 B
Text
18 lines
412 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_KEYSTONE=y
|
|
CONFIG_TARGET_K2G_EVM=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="k2g-evm"
|
|
CONFIG_SPL=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_CMD_REMOTEPROC=y
|
|
CONFIG_REMOTEPROC_TI_POWER=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_DM=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_DM_ETH=y
|