diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-29 10:11:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-29 10:11:05 +0000 |
commit | e91dc2e5b3f89b8f3952d96ea50956d9fd22f9df (patch) | |
tree | f34dba0cef956788e4de5b92d8de7164ab441936 /target/linux/at91 | |
parent | c0c69c974f546549f518cfa8da31881a7db65483 (diff) | |
download | upstream-e91dc2e5b3f89b8f3952d96ea50956d9fd22f9df.tar.gz upstream-e91dc2e5b3f89b8f3952d96ea50956d9fd22f9df.tar.bz2 upstream-e91dc2e5b3f89b8f3952d96ea50956d9fd22f9df.zip |
target: refresh all target configs with kconfig.pl
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33987
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/9260/config-default | 1 | ||||
-rw-r--r-- | target/linux/at91/9263/config-default | 2 | ||||
-rw-r--r-- | target/linux/at91/9g20/config-default | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/at91/9260/config-default b/target/linux/at91/9260/config-default index b155157921..5d19d063c7 100644 --- a/target/linux/at91/9260/config-default +++ b/target/linux/at91/9260/config-default @@ -9,4 +9,3 @@ CONFIG_MACH_NO_WESTBRIDGE=y # CONFIG_MACH_SAM9_L9260 is not set # CONFIG_MACH_SNAPPER_9260 is not set # CONFIG_MACH_USB_A9260 is not set - diff --git a/target/linux/at91/9263/config-default b/target/linux/at91/9263/config-default index 15ec97c87e..edba732d84 100644 --- a/target/linux/at91/9263/config-default +++ b/target/linux/at91/9263/config-default @@ -1,5 +1,6 @@ CONFIG_ARCH_AT91SAM9263=y # CONFIG_ARCH_USES_GETTIMEOFFSET is not set +CONFIG_AT91_EARLY_DBGU1=y CONFIG_CRC16=y CONFIG_HAVE_FB_ATMEL=y CONFIG_I2C=y @@ -18,4 +19,3 @@ CONFIG_MTD_NAND_ATMEL_ECC_HW=y CONFIG_MTD_NAND_ECC=y # CONFIG_MTD_SM_COMMON is not set # CONFIG_USB_FUNCTIONFS is not set -CONFIG_AT91_EARLY_DBGU1=y diff --git a/target/linux/at91/9g20/config-default b/target/linux/at91/9g20/config-default index c2967762d1..b777628a21 100644 --- a/target/linux/at91/9g20/config-default +++ b/target/linux/at91/9g20/config-default @@ -1,7 +1,7 @@ CONFIG_ARCH_AT91SAM9G20=y +CONFIG_MACH_ACMENETUSFOXG20=y CONFIG_MACH_AT91SAM9G20EK=y # CONFIG_MACH_AT91SAM9G20EK_2MMC is not set -CONFIG_MACH_ACMENETUSFOXG20=y CONFIG_MACH_STAMP9G20=y CONFIG_MACH_STAMP9G20_EVB=y # CONFIG_MTD_AT91_DATAFLASH_CARD is not set |