File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -2749,6 +2749,7 @@ CONFIG_RTC_INTF_DEV=y
2749
2749
# CONFIG_RTC_DRV_RS5C372 is not set
2750
2750
# CONFIG_RTC_DRV_ISL1208 is not set
2751
2751
# CONFIG_RTC_DRV_ISL12022 is not set
2752
+ # CONFIG_RTC_DRV_ISL12057 is not set
2752
2753
# CONFIG_RTC_DRV_X1205 is not set
2753
2754
# CONFIG_RTC_DRV_PALMAS is not set
2754
2755
# CONFIG_RTC_DRV_PCF2127 is not set
Original file line number Diff line number Diff line change @@ -2436,6 +2436,7 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y
2436
2436
# CONFIG_RTC_DRV_RS5C372 is not set
2437
2437
# CONFIG_RTC_DRV_ISL1208 is not set
2438
2438
# CONFIG_RTC_DRV_ISL12022 is not set
2439
+ # CONFIG_RTC_DRV_ISL12057 is not set
2439
2440
# CONFIG_RTC_DRV_X1205 is not set
2440
2441
# CONFIG_RTC_DRV_PCF2127 is not set
2441
2442
# CONFIG_RTC_DRV_PCF8523 is not set
Original file line number Diff line number Diff line change @@ -2501,6 +2501,7 @@ CONFIG_RTC_INTF_DEV=y
2501
2501
# CONFIG_RTC_DRV_RS5C372 is not set
2502
2502
# CONFIG_RTC_DRV_ISL1208 is not set
2503
2503
# CONFIG_RTC_DRV_ISL12022 is not set
2504
+ # CONFIG_RTC_DRV_ISL12057 is not set
2504
2505
# CONFIG_RTC_DRV_X1205 is not set
2505
2506
# CONFIG_RTC_DRV_PALMAS is not set
2506
2507
# CONFIG_RTC_DRV_PCF2127 is not set
Original file line number Diff line number Diff line change @@ -466,6 +466,13 @@ CONFIG_ARCH_ZYNQ=y
466
466
CONFIG_PLAT_ORION=y
467
467
CONFIG_PLAT_VERSATILE=y
468
468
CONFIG_ARM_TIMER_SP804=y
469
+ CONFIG_ARCH_SUPPORTS_FIRMWARE=y
470
+ CONFIG_ARCH_SUPPORTS_TRUSTED_FOUNDATIONS=y
471
+
472
+ #
473
+ # Firmware options
474
+ #
475
+ # CONFIG_TRUSTED_FOUNDATIONS is not set
469
476
470
477
#
471
478
# Processor Type
@@ -1490,6 +1497,7 @@ CONFIG_GPIO_GENERIC=y
1490
1497
#
1491
1498
# Memory mapped GPIO drivers:
1492
1499
#
1500
+ # CONFIG_GPIO_DAVINCI is not set
1493
1501
CONFIG_GPIO_GENERIC_PLATFORM=y
1494
1502
# CONFIG_GPIO_EM is not set
1495
1503
CONFIG_GPIO_MVEBU=y
@@ -2189,6 +2197,7 @@ CONFIG_RTC_INTF_DEV=y
2189
2197
# CONFIG_RTC_DRV_RS5C372 is not set
2190
2198
# CONFIG_RTC_DRV_ISL1208 is not set
2191
2199
# CONFIG_RTC_DRV_ISL12022 is not set
2200
+ # CONFIG_RTC_DRV_ISL12057 is not set
2192
2201
# CONFIG_RTC_DRV_X1205 is not set
2193
2202
# CONFIG_RTC_DRV_PCF2127 is not set
2194
2203
# CONFIG_RTC_DRV_PCF8523 is not set
@@ -2246,6 +2255,7 @@ CONFIG_RTC_DRV_SPEAR=y
2246
2255
# CONFIG_RTC_DRV_PL030 is not set
2247
2256
CONFIG_RTC_DRV_PL031=y
2248
2257
CONFIG_RTC_DRV_VT8500=y
2258
+ # CONFIG_RTC_DRV_SUNXI is not set
2249
2259
# CONFIG_RTC_DRV_MV is not set
2250
2260
CONFIG_RTC_DRV_TEGRA=y
2251
2261
# CONFIG_RTC_DRV_MXC is not set
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ toolchain="gcc_linaro_gnueabihf_4_8"
29
29
# Kernel/Build
30
30
KERNEL_REL=3.13
31
31
KERNEL_TAG=${KERNEL_REL}
32
- BUILD=armv7-devel-r17
32
+ BUILD=armv7-devel-r18
33
33
34
34
# v3.X-rcX + upto SHA
35
- KERNEL_SHA=" 903a9f77d1d00c8621bc37afd959ac45a4b3ebec "
35
+ KERNEL_SHA=" 0ba3307a8ec35252f7b1e222e32889a6f3d9ceb3 "
36
36
37
37
# git branch
38
38
# BRANCH="v3.13.x"
You can’t perform that action at this time.
0 commit comments