diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-05-26 15:29:50 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-20 16:50:16 -0400 |
commit | 15c0b54474dc2a037a4ee1e71aee40278c01eba6 (patch) | |
tree | 29390f9785816dc8387d69969bb61ce5489d4a44 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ARM: mvebu: Add LaCie 2Big and 5Big Network v2
Enable building LaCie 2Big and 5Big Network v2 in the mvebu v5 kernel.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1401132591-26305-4-git-send-email-andrew@lunn.ch
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/mvebu_v5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index 27c732fdf21e..b9892f8739fb 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig | |||
@@ -12,6 +12,7 @@ CONFIG_MODULE_UNLOAD=y | |||
12 | # CONFIG_ARCH_MULTI_V7 is not set | 12 | # CONFIG_ARCH_MULTI_V7 is not set |
13 | CONFIG_ARCH_MVEBU=y | 13 | CONFIG_ARCH_MVEBU=y |
14 | CONFIG_MACH_KIRKWOOD=y | 14 | CONFIG_MACH_KIRKWOOD=y |
15 | CONFIG_MACH_NETXBIG=y | ||
15 | # CONFIG_CPU_FEROCEON_OLD_ID is not set | 16 | # CONFIG_CPU_FEROCEON_OLD_ID is not set |
16 | CONFIG_PCI_MVEBU=y | 17 | CONFIG_PCI_MVEBU=y |
17 | CONFIG_PREEMPT=y | 18 | CONFIG_PREEMPT=y |
@@ -89,6 +90,7 @@ CONFIG_POWER_RESET=y | |||
89 | CONFIG_POWER_RESET_GPIO=y | 90 | CONFIG_POWER_RESET_GPIO=y |
90 | CONFIG_POWER_RESET_QNAP=y | 91 | CONFIG_POWER_RESET_QNAP=y |
91 | CONFIG_SENSORS_ADT7475=y | 92 | CONFIG_SENSORS_ADT7475=y |
93 | CONFIG_SENSORS_G762=y | ||
92 | CONFIG_SENSORS_LM63=y | 94 | CONFIG_SENSORS_LM63=y |
93 | CONFIG_SENSORS_LM75=y | 95 | CONFIG_SENSORS_LM75=y |
94 | CONFIG_SENSORS_LM85=y | 96 | CONFIG_SENSORS_LM85=y |