diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2007-06-12 08:34:47 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-07-18 14:45:51 -0400 |
commit | a8e93ed8cb3d9aa22d192033009357526548c825 (patch) | |
tree | 40e551da96bfc4753853bb863f92eb6e56bd7115 /arch/avr32/Kconfig | |
parent | 9e58e1855c9815ad4944df90f695a7645c50f463 (diff) |
[AVR32] Make STK1000 mux settings configurable
This adds some STK1002-specific config options covering the jumper settings,
so the kernel can automatically be configured to include the relevant devices.
One of them replaces the previous internal SW2_DEFAULT setting; SPI config
is affected by two of the jumpers; and a fourth one switches between LCD and
the second Ethernet connector. (There's more that to be done.)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 8f37a14e6378..d12346aaa88b 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -113,6 +113,10 @@ config BOARD_ATNGW100 | |||
113 | bool "ATNGW100 Network Gateway" | 113 | bool "ATNGW100 Network Gateway" |
114 | endchoice | 114 | endchoice |
115 | 115 | ||
116 | if BOARD_ATSTK1000 | ||
117 | source "arch/avr32/boards/atstk1000/Kconfig" | ||
118 | endif | ||
119 | |||
116 | choice | 120 | choice |
117 | prompt "Boot loader type" | 121 | prompt "Boot loader type" |
118 | default LOADER_U_BOOT | 122 | default LOADER_U_BOOT |