Convert CONFIG_PCIE1 et al to Kconfig
[platform/kernel/u-boot.git] / board / freescale / mpc8548cds / Kconfig
index 69d717e..bd9153b 100644 (file)
@@ -1,15 +1,18 @@
 if TARGET_MPC8548CDS
 
+config PCI1
+       def_bool y
+
 config SYS_BOARD
-       string
        default "mpc8548cds"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "MPC8548CDS"
 
+config TARGET_MPC8548CDS_LEGACY
+       bool "Legacy platform support"
+
 endif