diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-02-01 18:03:56 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 08:15:26 -0500 |
commit | 1208ebf25b654a48f075c191de1d6410af7062b0 (patch) | |
tree | fe258e89ed5427d5265ce416f0768cb2df333ae0 /arch/arm/configs/ixp4xx_defconfig | |
parent | 78225913709915d02a0a8025a1efcb767c6bdfe0 (diff) |
[ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driver
These are the only three boards to use the IXP4XX-GPIO-LED driver, and
they can all use the new leds-gpio driver instead with no change in
functionality.
--
Signed-off-by: Rod Whitby <rod@whitby.id.au>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/configs/ixp4xx_defconfig')
-rw-r--r-- | arch/arm/configs/ixp4xx_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index 2d5ae33f0ba0..77fe3b005141 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig | |||
@@ -1330,8 +1330,8 @@ CONFIG_LEDS_CLASS=y | |||
1330 | # | 1330 | # |
1331 | # LED drivers | 1331 | # LED drivers |
1332 | # | 1332 | # |
1333 | CONFIG_LEDS_IXP4XX=y | 1333 | # CONFIG_LEDS_IXP4XX is not set |
1334 | # CONFIG_LEDS_GPIO is not set | 1334 | CONFIG_LEDS_GPIO=y |
1335 | 1335 | ||
1336 | # | 1336 | # |
1337 | # LED Triggers | 1337 | # LED Triggers |