Home | History | Annotate | Download | only in rk3128
      1 if ROCKCHIP_RK3128
      2 
      3 choice
      4 	prompt "RK3128 board select"
      5 
      6 config TARGET_EVB_RK3128
      7 	bool "RK3128 evaluation board"
      8 	select BOARD_LATE_INIT
      9 	help
     10 	  RK3128evb is a evaluation board for Rockchip rk3128,
     11 	  with full function and phisical connectors support like
     12 	  usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
     13 
     14 endchoice
     15 
     16 config SYS_SOC
     17 	default "rockchip"
     18 
     19 config SYS_MALLOC_F_LEN
     20 	default 0x0800
     21 
     22 source "board/rockchip/evb_rk3128/Kconfig"
     23 
     24 endif
     25