1config BR2_TARGET_LPC32XXCDL 2 bool "LPC32XX CDL (kickstart and S1L)" 3 depends on BR2_arm926t 4 5if BR2_TARGET_LPC32XXCDL 6 7config BR2_TARGET_LPC32XXCDL_BOARDNAME 8 string "LPC32xx board name" 9 10endif #BR2_TARGET_LPC32XXCDL 11