diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-25 11:08:44 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-25 11:08:44 -0700 |
commit | ebe3b0e787a538638410088227e0a87e3b4b6c00 (patch) | |
tree | d1f6d286991c244e624195790b8311ecaf8c2b3f /arch/arm/mach-omap1/Kconfig | |
parent | ddf25dfe3a744d4e11a73e1508121f74267dda68 (diff) | |
download | linux-ebe3b0e787a538638410088227e0a87e3b4b6c00.tar.gz linux-ebe3b0e787a538638410088227e0a87e3b4b6c00.tar.bz2 linux-ebe3b0e787a538638410088227e0a87e3b4b6c00.zip |
ARM: OMAP1: Misc clean-up
Remove unnecessary Kconfig line and allow compile of MBOX_FWK.
Also allow building USB on Nokia 770.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index cd8de89c5fad..55ecc01ea206 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -46,7 +46,6 @@ config MACH_OMAP_H2 config MACH_OMAP_H3 bool "TI H3 Support" depends on ARCH_OMAP1 && ARCH_OMAP16XX -# select GPIOEXPANDER_OMAP help TI OMAP 1710 H3 board support. Say Y here if you have such a board. |