diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 12:12:02 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 12:12:02 -0400 |
| commit | cb88e7cdd1547d280e1fe94502133daca2bfccc7 (patch) | |
| tree | 681e1fa5453c0968adfeec2e3915d629090652b7 | |
| parent | 413cb0036c24b91ba057fbb8b125b4bbf6afa55a (diff) | |
| parent | 9524fa523e10c75750962c4079e6d002d7487280 (diff) | |
Merge tag 'sunxi-defconfig-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/defconfig
Pull "Allwinner defconfig additions for 3.18" from Maxime Ripard
Nothing major, just a few drivers additions and misc options
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'sunxi-defconfig-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
ARM: sunxi_defconfig: add NLS_CODEPAGE_437 and NLS_ISO8859_1
ARM: sunxi: Add A31 RTC driver to multi_v7_defconfig
ARM: sunxi: Add A31 RTC driver to sunxi_defconfig
| -rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 | ||||
| -rw-r--r-- | arch/arm/configs/sunxi_defconfig | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index fb59195a1907..b84ae1cd8327 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
| @@ -361,6 +361,7 @@ CONFIG_RTC_DRV_TPS65910=y | |||
| 361 | CONFIG_RTC_DRV_EM3027=y | 361 | CONFIG_RTC_DRV_EM3027=y |
| 362 | CONFIG_RTC_DRV_PL031=y | 362 | CONFIG_RTC_DRV_PL031=y |
| 363 | CONFIG_RTC_DRV_VT8500=y | 363 | CONFIG_RTC_DRV_VT8500=y |
| 364 | CONFIG_RTC_DRV_SUN6I=y | ||
| 364 | CONFIG_RTC_DRV_SUNXI=y | 365 | CONFIG_RTC_DRV_SUNXI=y |
| 365 | CONFIG_RTC_DRV_MV=y | 366 | CONFIG_RTC_DRV_MV=y |
| 366 | CONFIG_RTC_DRV_TEGRA=y | 367 | CONFIG_RTC_DRV_TEGRA=y |
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 0fb9d73f7680..c1a4ca4f6e6d 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig | |||
| @@ -92,6 +92,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | |||
| 92 | CONFIG_RTC_CLASS=y | 92 | CONFIG_RTC_CLASS=y |
| 93 | # CONFIG_RTC_INTF_SYSFS is not set | 93 | # CONFIG_RTC_INTF_SYSFS is not set |
| 94 | # CONFIG_RTC_INTF_PROC is not set | 94 | # CONFIG_RTC_INTF_PROC is not set |
| 95 | CONFIG_RTC_DRV_SUN6I=y | ||
| 95 | CONFIG_RTC_DRV_SUNXI=y | 96 | CONFIG_RTC_DRV_SUNXI=y |
| 96 | # CONFIG_IOMMU_SUPPORT is not set | 97 | # CONFIG_IOMMU_SUPPORT is not set |
| 97 | CONFIG_PHY_SUN4I_USB=y | 98 | CONFIG_PHY_SUN4I_USB=y |
| @@ -102,5 +103,7 @@ CONFIG_NFS_FS=y | |||
| 102 | CONFIG_NFS_V3_ACL=y | 103 | CONFIG_NFS_V3_ACL=y |
| 103 | CONFIG_NFS_V4=y | 104 | CONFIG_NFS_V4=y |
| 104 | CONFIG_ROOT_NFS=y | 105 | CONFIG_ROOT_NFS=y |
| 106 | CONFIG_NLS_CODEPAGE_437=y | ||
| 107 | CONFIG_NLS_ISO8859_1=y | ||
| 105 | CONFIG_PRINTK_TIME=y | 108 | CONFIG_PRINTK_TIME=y |
| 106 | CONFIG_DEBUG_FS=y | 109 | CONFIG_DEBUG_FS=y |
