diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-09-03 09:33:39 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-09-04 04:14:31 -0400 |
commit | 0b5ea1e230432d79ce985338bbcbab1f82ae26a0 (patch) | |
tree | 30185a115d5e4638bfb31ac7ab6084b2f0bfc1ef /arch/arm/mach-ux500/Kconfig | |
parent | 5caecb44704657b9587977eb87a397f9b25cabbc (diff) |
ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT
The SMSC911x Ethernet chip requires a fixed-regulator in order to
function correctly. We have previously provided a means to obtain
this during a Device Tree boot, however nothing has been put into
place when booting with a non-DT kernel. This patch aims to change
that.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
[Added a Kconfig select so the build does not break]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index c013bbf79cac..220eb8a8b593 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -28,6 +28,7 @@ config MACH_MOP500 | |||
28 | select I2C | 28 | select I2C |
29 | select I2C_NOMADIK | 29 | select I2C_NOMADIK |
30 | select SOC_BUS | 30 | select SOC_BUS |
31 | select REGULATOR_FIXED_VOLTAGE | ||
31 | help | 32 | help |
32 | Include support for the MOP500 development platform. | 33 | Include support for the MOP500 development platform. |
33 | 34 | ||