aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/config-4.4
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-05-04 07:00:06 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-10-01 10:04:12 +0200
commit3350137bd3db25a24ebba62835333a456cc448b2 (patch)
treef808a21ab8fc1622d2489527f889bd4cf2829b7e /target/linux/sunxi/config-4.4
parenta881323cb2e78c9f25935f6ae90feaaf5606969e (diff)
downloadupstream-3350137bd3db25a24ebba62835333a456cc448b2.tar.gz
upstream-3350137bd3db25a24ebba62835333a456cc448b2.tar.bz2
upstream-3350137bd3db25a24ebba62835333a456cc448b2.zip
sunxi: clean up modules definitions
Module definitions for kmod-wdt-sunxi and kmod-eeprom-sunxi are removed (wdt-sunxi was builtin anyways; nvmem-sunxi, which is the new name of eeprom-sunxi is changed to builtin). As kmod-eeprom-sunxi was specified in DEFAULT_PACKAGES, but not available on kernel 4.4, it was breaking the image builder. Support for kmod-sunxi-ir is added for kernel 4.4 (it is unclear why it was disable before, it builds fine with with kernel 4.4). Condtionals only relevant for pre-4.4 kernels are removed from modules.mk, as sunxi does't support older kernels anymore. Fixes FS#755. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/sunxi/config-4.4')
-rw-r--r--target/linux/sunxi/config-4.42
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4
index 2253afa124..a978e9d15b 100644
--- a/target/linux/sunxi/config-4.4
+++ b/target/linux/sunxi/config-4.4
@@ -356,7 +356,7 @@ CONFIG_NO_HZ_COMMON=y
CONFIG_NO_HZ_IDLE=y
CONFIG_NR_CPUS=8
CONFIG_NVMEM=y
-# CONFIG_NVMEM_SUNXI_SID is not set
+CONFIG_NVMEM_SUNXI_SID=y
CONFIG_OF=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_EARLY_FLATTREE=y