On Wed, Jul 06, 2011 at 08:34:36PM +0800, Bryan Wu wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9adc278..df971c7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -783,6 +783,12 @@ config ARCH_SHARK
select ZONE_DMA
select PCI
select ARCH_USES_GETTIMEOFFSET
+ select NEW_LEDS
+ select LEDS_CLASS
+ select LEDS_TRIGGERS
+ select LEDS_TRIGGER_CPU
+ select LEDS_TRIGGER_HEARTBEAT
+ select LEDS_TRIGGER_DEFAULT_ON
So Shark too gets forced to have LED support no matter what. Can we
please stop this madness.