X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Favr32%2FKconfig;h=3ec76586877ef0f462afbd54296d1db0c29ab320;hb=7a13e932281e7042a592f4f14db0b348199e7aac;hp=bb059a4e1df94a757eac011ad007552a8649be69;hpb=f0d1b0b30d250a07627ad8b9fbbb5c7cc08422e8;p=powerpc.git diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index bb059a4e1d..3ec7658687 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -22,6 +22,10 @@ config AVR32 config UID16 bool +config GENERIC_GPIO + bool + default y + config GENERIC_HARDIRQS bool default y @@ -53,9 +57,6 @@ config ARCH_HAS_ILOG2_U64 bool default n -config GENERIC_BUST_SPINLOCK - bool - config GENERIC_HWEIGHT bool default y @@ -64,6 +65,11 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_BUG + bool + default y + depends on BUG + source "init/Kconfig" menu "System Type and features" @@ -102,6 +108,9 @@ choice config BOARD_ATSTK1000 bool "ATSTK1000 evaluation board" select BOARD_ATSTK1002 if CPU_AT32AP7000 + +config BOARD_ATNGW100 + bool "ATNGW100 Network Gateway" endchoice choice @@ -112,6 +121,8 @@ config LOADER_U_BOOT bool "U-Boot (or similar) bootloader" endchoice +source "arch/avr32/mach-at32ap/Kconfig" + config LOAD_ADDRESS hex default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y