summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_spiboot_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:20:07 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commitb20e79f0bba277a33f7e0af3776c959fa1c31117 (patch)
tree3413fddca397c823eb27e2e8ecf3abc662a3bff8 /configs/am335x_evm_spiboot_defconfig
parenta9ee1ad95a9a19bc41f77a0806a8686ae2fb912c (diff)
Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig
This converts the following to Kconfig: CONFIG_CLOCK_SYNTHESIZER Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_evm_spiboot_defconfig')
-rw-r--r--configs/am335x_evm_spiboot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_spiboot_defconfig b/configs/am335x_evm_spiboot_defconfig
index 50653ab913..abcc3e6e79 100644
--- a/configs/am335x_evm_spiboot_defconfig
+++ b/configs/am335x_evm_spiboot_defconfig
@@ -6,6 +6,7 @@ CONFIG_ENV_OFFSET=0x100000
CONFIG_SPL_DM_SPI=y
CONFIG_DEFAULT_DEVICE_TREE="am335x-evm"
CONFIG_AM33XX=y
+CONFIG_CLOCK_SYNTHESIZER=y
# CONFIG_SPL_MMC is not set
CONFIG_SPL=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y