Hi Sergei, > Hello. > > On 13-11-2010 0:51, Gabor Juhos wrote: > >> Signed-off-by: Gabor Juhos<juhosg@xxxxxxxxxxx> > [...] > >> diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig >> index 32e2658..47a8af4 100644 >> --- a/arch/mips/ath79/Kconfig >> +++ b/arch/mips/ath79/Kconfig >> @@ -1,5 +1,17 @@ >> if ATH79 >> >> +menu "Atheros AR71XX/AR724X/AR913X machine selection" >> + >> +config ATH79_MACH_PB44 >> + bool "Atheros PB44 reference board" >> + select SOC_AR71XX >> + default n > > That "default n" is assumed, so there's no need to specify it. Ok. I will remove that. Thank you, Gabor