1if TARGET_MPC837XERDB 2 3config PCIE 4 def_bool y 5 6config SYS_BOARD 7 default "mpc837xerdb" 8 9config SYS_VENDOR 10 default "freescale" 11 12config SYS_CONFIG_NAME 13 default "MPC837XERDB" 14 15endif 16