diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 12:01:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 12:01:00 -0500 |
commit | 050cbb09dac0402672edeaeac06094ef8ff1749a (patch) | |
tree | 89cbe4ac48e8e8f80ff5849e2cc33f045f5ccd52 /arch/avr32/Kconfig | |
parent | 17c330f98383629cfd359ee62b3adde1d2a3ff7c (diff) | |
parent | 0386f9e68fc92a3650088b86d908b07de4fb1744 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6:
avr32: update default configurations for ATNGW100, ATSTK1002 and ATSTK1006
avr32: add default configurations for ATNGW100 mkII and EVKLCD10X
avr32: add support for ATNGW100 mkII board
avr32: convert to asm-generic/hardirq.h
avr32: add two new at91 to cpu.h definition
avr32: clean up linker script using standard macros.
avr32: MRMT: correct setup of SPI slaves
avr32: function for independently setting up SPI slaves
avr32: re-instate MCI WP/CD pin assignments for ATNGW100
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index d856354f4272..f2b319333184 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -112,6 +112,11 @@ config CPU_AT32AP7002 | |||
112 | bool | 112 | bool |
113 | select CPU_AT32AP700X | 113 | select CPU_AT32AP700X |
114 | 114 | ||
115 | # AP700X boards | ||
116 | config BOARD_ATNGW100_COMMON | ||
117 | bool | ||
118 | select CPU_AT32AP7000 | ||
119 | |||
115 | choice | 120 | choice |
116 | prompt "AVR32 board type" | 121 | prompt "AVR32 board type" |
117 | default BOARD_ATSTK1000 | 122 | default BOARD_ATSTK1000 |
@@ -119,9 +124,13 @@ choice | |||
119 | config BOARD_ATSTK1000 | 124 | config BOARD_ATSTK1000 |
120 | bool "ATSTK1000 evaluation board" | 125 | bool "ATSTK1000 evaluation board" |
121 | 126 | ||
122 | config BOARD_ATNGW100 | 127 | config BOARD_ATNGW100_MKI |
123 | bool "ATNGW100 Network Gateway" | 128 | bool "ATNGW100 Network Gateway" |
124 | select CPU_AT32AP7000 | 129 | select BOARD_ATNGW100_COMMON |
130 | |||
131 | config BOARD_ATNGW100_MKII | ||
132 | bool "ATNGW100 mkII Network Gateway" | ||
133 | select BOARD_ATNGW100_COMMON | ||
125 | 134 | ||
126 | config BOARD_HAMMERHEAD | 135 | config BOARD_HAMMERHEAD |
127 | bool "Hammerhead board" | 136 | bool "Hammerhead board" |