1#
2
3menu "Board Select"
4
5config V459_PERF1
6    bool "board v459 perf1"
7    default n
8    ---help---
9      board v459 perf1
10
11config F133_FPGA
12    bool "board fpga f133"
13    default n
14    ---help---
15      board f133 fpga
16
17config VVX07H005A10_MIPI
18    bool "board, disp with VVX07H005A10_mipi"
19    default n
20    ---help---
21      board, disp with VVX07H005A10_mipi
22config TFT08006_MIPI
23    bool "board, disp with TFT08006_mipi"
24    default n
25    ---help---
26      board, disp with TFT08006_mipi
27
28config TFT_RGB
29    bool "board, disp with TFT RGB"
30    default n
31    ---help---
32      board, disp with TFT RGB
33
34config HE0801A068_MIPI
35    bool "EVB board, disp with HE0801A068_MIPI"
36    default n
37    ---help---
38      EVB board, disp with HE0801A068_MIPI
39config DEFAULT_LVDS
40    bool "board, disp with lvds"
41    default n
42    ---help---
43      board, disp with lvds
44
45endmenu
46
47menu "Soc Select"
48
49config ARCH_SUN8IW19
50    bool "soc sun8iw19 "
51    default n
52    ---help---
53      soc sun8iw19
54
55config ARCH_SUN20IW1
56    bool "soc sun20iw1 "
57    default n
58    ---help---
59      soc sun20iw1
60
61endmenu
62