diff options
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mpc8548cds/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig index bd9153bc0d7..723ead51e5c 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" |