1 # STK1000 customization
6 prompt "ATSTK1000 CPU daughterboard type"
7 default BOARD_ATSTK1002
13 config BOARD_ATSTK1003
17 config BOARD_ATSTK1004
24 config BOARD_ATSTK100X_CUSTOM
25 bool "Non-default STK1002/STK1003/STK1004 jumper settings"
27 You will normally leave the jumpers on the CPU card at their
28 default settings. If you need to use certain peripherals,
29 you will need to change some of those jumpers.
31 if BOARD_ATSTK100X_CUSTOM
33 config BOARD_ATSTK100X_SW1_CUSTOM
34 bool "SW1: use SSC1 (not SPI0)"
36 This also prevents using the external DAC as an audio interface,
37 and means you can't initialize the on-board QVGA display.
39 config BOARD_ATSTK100X_SW2_CUSTOM
40 bool "SW2: use IRDA or TIMER0 (not UART-A, MMC/SD, and PS2-A)"
42 If you change this you'll want an updated boot loader putting
43 the console on UART-C not UART-A.
45 config BOARD_ATSTK100X_SW3_CUSTOM
46 bool "SW3: use TIMER1 (not SSC0 and GCLK)"
48 This also prevents using the external DAC as an audio interface.
50 config BOARD_ATSTK100X_SW4_CUSTOM
51 bool "SW4: use ISI/Camera (not GPIOs, SPI1, and PS2-B)"
53 To use the camera interface you'll need a custom card (on the
54 PCI-format connector) connect a video sensor.
56 config BOARD_ATSTK1002_SW5_CUSTOM
57 bool "SW5: use MACB1 (not LCDC)"
58 depends on BOARD_ATSTK1002
60 config BOARD_ATSTK1002_SW6_CUSTOM
61 bool "SW6: more GPIOs (not MACB0)"
62 depends on BOARD_ATSTK1002
66 config BOARD_ATSTK100X_SPI1
67 bool "Configure SPI1 controller"
68 depends on !BOARD_ATSTK100X_SW4_CUSTOM
70 All the signals for the second SPI controller are available on
71 GPIO lines and accessed through the J1 jumper block. Say "y"
72 here to configure that SPI controller.
74 config BOARD_ATSTK1000_J2_LED
76 default BOARD_ATSTK1000_J2_LED8 || BOARD_ATSTK1000_J2_RGB
79 prompt "LEDs connected to J2:"
80 depends on LEDS_GPIO && !BOARD_ATSTK100X_SW4_CUSTOM
83 Select this if you have jumpered the J2 jumper block to the
84 LED0..LED7 amber leds, or to the RGB leds, using a ten-pin
85 IDC cable. A default "heartbeat" trigger is provided, but
86 you can of course override this.
88 config BOARD_ATSTK1000_J2_LED8
91 Select this if J2 is jumpered to LED0..LED7 amber leds.
93 config BOARD_ATSTK1000_J2_RGB
96 Select this if J2 is jumpered to the RGB leds.
100 config BOARD_ATSTK1000_EXTDAC
102 depends on !BOARD_ATSTK100X_SW1_CUSTOM && !BOARD_ATSTK100X_SW3_CUSTOM