diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-19 12:54:22 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-08 11:06:37 -0400 |
commit | c41107c2d4fd31924533f4dbc4c3428acc2b5894 (patch) | |
tree | 25c5e8b41aefdf8fa9585490c4114e5b94458283 /arch | |
parent | 3b8861715a9c17151e24f03e4ab2c30e6d8a0748 (diff) |
[ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USB
This patch removes the commented out line for the not available
CONFIG_SA1100_USB option.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-sa1100/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-sa1100/Makefile b/arch/arm/mach-sa1100/Makefile index 8e0244631d65..8a5546e6d547 100644 --- a/arch/arm/mach-sa1100/Makefile +++ b/arch/arm/mach-sa1100/Makefile | |||
@@ -46,9 +46,6 @@ led-$(CONFIG_SA1100_SIMPAD) += leds-simpad.o | |||
46 | # LEDs support | 46 | # LEDs support |
47 | obj-$(CONFIG_LEDS) += $(led-y) | 47 | obj-$(CONFIG_LEDS) += $(led-y) |
48 | 48 | ||
49 | # SA1110 USB client support | ||
50 | #obj-$(CONFIG_SA1100_USB) += usb/ | ||
51 | |||
52 | # Miscelaneous functions | 49 | # Miscelaneous functions |
53 | obj-$(CONFIG_PM) += pm.o sleep.o | 50 | obj-$(CONFIG_PM) += pm.o sleep.o |
54 | obj-$(CONFIG_SA1100_SSP) += ssp.o | 51 | obj-$(CONFIG_SA1100_SSP) += ssp.o |