summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8548cds
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:09 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:06:43 +0300
commit2a776c79dbfadeac094cd420d2d7b22937aac0c9 (patch)
treec8119fb2387a1719c7c26382ac8f3bf09a879b69 /board/freescale/mpc8548cds
parent518c5dfab0e378891088edce07bde732882b8f1f (diff)
downloadu-boot-2a776c79dbfadeac094cd420d2d7b22937aac0c9.tar.xz
Convert CONFIG_FSL_CADMUS to Kconfig
This converts the following to Kconfig: CONFIG_FSL_CADMUS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/mpc8548cds')
-rw-r--r--board/freescale/mpc8548cds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index bd9153bc0d..723ead51e5 100644
--- a/board/freescale/mpc8548cds/Kconfig
+++ b/board/freescale/mpc8548cds/Kconfig
@@ -3,6 +3,9 @@ if TARGET_MPC8548CDS
config PCI1
def_bool y
+config FSL_CADMUS
+ def_bool y
+
config SYS_BOARD
default "mpc8548cds"