Convert CONFIG_PCIE1 et al to Kconfig
[platform/kernel/u-boot.git] / board / freescale / mpc8548cds / Kconfig
index 09f3b0b..bd9153b 100644 (file)
@@ -1,5 +1,8 @@
 if TARGET_MPC8548CDS
 
+config PCI1
+       def_bool y
+
 config SYS_BOARD
        default "mpc8548cds"
 
@@ -9,4 +12,7 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "MPC8548CDS"
 
+config TARGET_MPC8548CDS_LEGACY
+       bool "Legacy platform support"
+
 endif