diff options
author | Sandeep Sheriker M <sandeep.sheriker@microchip.com> | 2020-08-22 12:55:47 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-25 19:28:42 +0200 |
commit | a070e2ee42bb2f1c8c20ca62eac608f526640112 (patch) | |
tree | 32a01f8e34488d18eeccf908529889c42c8f6d81 /target/linux/at91/sam9x | |
parent | 81ac2a73bc227484888a2a715f8e4e2e8043804e (diff) | |
download | upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.tar.gz upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.tar.bz2 upstream-a070e2ee42bb2f1c8c20ca62eac608f526640112.zip |
at91: bump linux version to 5.4
Move patches to 5.4, put config only in subtarget directories.
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
[refresh patches, add commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/at91/sam9x')
-rw-r--r-- | target/linux/at91/sam9x/config-default | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/at91/sam9x/config-default b/target/linux/at91/sam9x/config-default index a8923a6efe..08506f40f9 100644 --- a/target/linux/at91/sam9x/config-default +++ b/target/linux/at91/sam9x/config-default @@ -6,6 +6,7 @@ CONFIG_ARCH_MULTI_V5=y # CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set # CONFIG_ARM_AT91_CPUIDLE is not set CONFIG_ARM_L1_CACHE_SHIFT=5 +CONFIG_ARM_THUMB=y # CONFIG_AT91RM9200_WATCHDOG is not set # CONFIG_AT91_SAMA5D2_ADC is not set CONFIG_ATMEL_AIC_IRQ=y @@ -43,7 +44,12 @@ CONFIG_HZ_FIXED=128 CONFIG_HZ_PERIODIC=y # CONFIG_MFD_ACT8945A is not set # CONFIG_MFD_ATMEL_FLEXCOM is not set -# CONFIG_MMC_SDHCI is not set +CONFIG_MMC=y +CONFIG_MMC_ATMELMCI=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_OF_AT91=y +CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SPI=y # CONFIG_MTD_SPI_NOR is not set CONFIG_NEED_KUSER_HELPERS=y @@ -62,3 +68,8 @@ CONFIG_SOC_SAM_V4_V5=y CONFIG_SPLIT_PTLOCK_CPUS=999999 CONFIG_TOUCHSCREEN_ADS7846=y # CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ZBOOT_ROM_TEXT=0x0 +# CONFIG_VFP is not set +# CONFIG_UNWINDER_FRAME_POINTER is not set +CONFIG_UNWINDER_ARM=y |