Prepare v2023.10
[platform/kernel/u-boot.git] / board / freescale / mpc8548cds / Kconfig
1 if TARGET_MPC8548CDS
2
3 config PCI1
4         def_bool y
5
6 config FSL_CADMUS
7         def_bool y
8
9 config INTERRUPTS
10         def_bool y
11
12 config SYS_BOARD
13         default "mpc8548cds"
14
15 config SYS_VENDOR
16         default "freescale"
17
18 config SYS_CONFIG_NAME
19         default "MPC8548CDS"
20
21 config TARGET_MPC8548CDS_LEGACY
22         bool "Legacy platform support"
23
24 endif