diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index ce4013aee59b..3ec76586877e 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -57,9 +57,6 @@ config ARCH_HAS_ILOG2_U64 | |||
57 | bool | 57 | bool |
58 | default n | 58 | default n |
59 | 59 | ||
60 | config GENERIC_BUST_SPINLOCK | ||
61 | bool | ||
62 | |||
63 | config GENERIC_HWEIGHT | 60 | config GENERIC_HWEIGHT |
64 | bool | 61 | bool |
65 | default y | 62 | default y |
@@ -68,6 +65,11 @@ config GENERIC_CALIBRATE_DELAY | |||
68 | bool | 65 | bool |
69 | default y | 66 | default y |
70 | 67 | ||
68 | config GENERIC_BUG | ||
69 | bool | ||
70 | default y | ||
71 | depends on BUG | ||
72 | |||
71 | source "init/Kconfig" | 73 | source "init/Kconfig" |
72 | 74 | ||
73 | menu "System Type and features" | 75 | menu "System Type and features" |
@@ -106,6 +108,9 @@ choice | |||
106 | config BOARD_ATSTK1000 | 108 | config BOARD_ATSTK1000 |
107 | bool "ATSTK1000 evaluation board" | 109 | bool "ATSTK1000 evaluation board" |
108 | select BOARD_ATSTK1002 if CPU_AT32AP7000 | 110 | select BOARD_ATSTK1002 if CPU_AT32AP7000 |
111 | |||
112 | config BOARD_ATNGW100 | ||
113 | bool "ATNGW100 Network Gateway" | ||
109 | endchoice | 114 | endchoice |
110 | 115 | ||
111 | choice | 116 | choice |
@@ -116,6 +121,8 @@ config LOADER_U_BOOT | |||
116 | bool "U-Boot (or similar) bootloader" | 121 | bool "U-Boot (or similar) bootloader" |
117 | endchoice | 122 | endchoice |
118 | 123 | ||
124 | source "arch/avr32/mach-at32ap/Kconfig" | ||
125 | |||
119 | config LOAD_ADDRESS | 126 | config LOAD_ADDRESS |
120 | hex | 127 | hex |
121 | default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y | 128 | default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y |